- Sort Score
- Result 10 results
- Languages All
Results 441 - 450 of 2,637 for detail (0.08 sec)
-
docs/em/docs/tutorial/query-params.md
``` ๐ฅ ๐ข ๐ข `needy` โ ๐ข ๐ข ๐ `str`. ๐ฅ ๐ ๐ ๐ ๐ฅ ๐ ๐: ``` http://127.0.0.1:8000/items/foo-item ``` ...๐ต โ โ ๐ข `needy`, ๐ ๐ ๐ โ ๐: ```JSON { "detail": [ { "loc": [ "query", "needy" ], "msg": "field required", "type": "value_error.missing" } ] }
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/tr/docs/tutorial/query-params.md
Eฤer tarayฤฑcฤฑnฤฑzda ลu baฤlantฤฑyฤฑ: ``` http://127.0.0.1:8000/items/foo-item ``` ...`needy` parametresini eklemeden aรงarsanฤฑz ลuna benzer bir hata ile karลฤฑlaลฤฑrsฤฑnฤฑz: ```JSON { "detail": [ { "type": "missing", "loc": [ "query", "needy" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.1/v/missing"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params.md
If you open in your browser a URL like: ``` http://127.0.0.1:8000/items/foo-item ``` ...without adding the required parameter `needy`, you will see an error like: ```JSON { "detail": [ { "type": "missing", "loc": [ "query", "needy" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.1/v/missing"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
๋ค์๊ณผ ๊ฐ์ ์ฌ์ฉ์ ๋ฐ์ดํฐ๋ฅผ ์ป์ ์ ์์ต๋๋ค: ```JSON { "username": "johndoe", "email": "******@****.***", "full_name": "John Doe", "disabled": false, "hashed_password": "fakehashedsecret" } ``` <img src="/img/tutorial/security/image06.png"> ์ ๊ธ ์์ด์ฝ์ ํด๋ฆญํ๊ณ ๋ก๊ทธ์์ํ ๋ค์ ๋์ผํ ์์ ์ ๋ค์ ์๋ํ๋ฉด ๋ค์๊ณผ ๊ฐ์ HTTP 401 ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค. ```JSON { "detail": "Not authenticated" } ``` ### ๋นํ์ฑ๋ ์ ์
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params.md
Wenn Sie aber im Browser <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a> besuchen, erhalten Sie eine hรผbsche HTTP-Fehlermeldung: ```JSON { "detail": [ { "type": "int_parsing", "loc": [ "path", "item_id" ], "msg": "Input should be a valid integer, unable to parse string as an integer", "input": "foo",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
/** * Test a bug where gzip input streams weren't exhausting the input stream, which corrupted the * request that followed or prevented connection reuse. http://code.google.com/p/android/issues/detail?id=7059 * http://code.google.com/p/android/issues/detail?id=38817 */ private fun testClientConfiguredGzipContentEncodingAndConnectionReuse( transferKind: TransferKind, tls: Boolean, ) { if (tls) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
docs/fr/docs/tutorial/query-params.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:06:01 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-params.md
์ฌ๊ธฐ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `needy`๋ `str`ํ์ธ ํ์ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์์ ๋๋ค. ๋ธ๋ผ์ฐ์ ์์ ์๋์ ๊ฐ์ URL์ ์ฐ๋ค๋ฉด: ``` http://127.0.0.1:8000/items/foo-item ``` ...ํ์ ๋งค๊ฐ๋ณ์ `needy`๋ฅผ ๋ฃ์ง ์์๊ธฐ ๋๋ฌธ์ ์๋์ ๊ฐ์ ์ค๋ฅ๋ฅผ ๋ณด๊ฒ ๋ฉ๋๋ค: ```JSON { "detail": [ { "loc": [ "query", "needy" ], "msg": "field required", "type": "value_error.missing" } ] }
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/en/docs/deployment/manually.md
* <a href="https://unit.nginx.org/howto/fastapi/" class="external-link" target="_blank">NGINX Unit</a>: NGINX Unit is a lightweight and versatile web application runtime. ## Server Machine and Server Program There's a small detail about names to keep in mind. ๐ก The word "**server**" is commonly used to refer to both the remote/cloud computer (the physical or virtual machine) and also the program that is running on that machine (e.g. Uvicorn).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 7.8K bytes - Viewed (0)