- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 66 for 403 (0.06 seconds)
-
docs/ru/docs/tutorial/bigger-applications.md
/// tip | Подсказка Эта последняя операция пути будет иметь комбинацию тегов: `["items", "custom"]`. И в документации у неё будут оба ответа: один для `404` и один для `403`. /// ## Модуль main в `FastAPI` { #the-main-fastapi } Теперь давайте посмотрим на модуль `app/main.py`. Именно сюда вы импортируете и именно здесь вы используете класс `FastAPI`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 29.7K bytes - Click Count (0) -
kotlin-js-store/yarn.lock
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-glob@^4.0.1, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies:
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Jul 22 12:28:51 GMT 2023 - 87.4K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[30:31] title["app/routers/items.py"] *} /// tip | 提示 這最後一個路徑操作會有組合後的標籤:`["items", "custom"]`。 而且在文件中同時會有 `404` 與 `403` 兩種回應。 /// ## 主程式 `FastAPI` { #the-main-fastapi } 現在,來看看 `app/main.py` 這個模組。 你會在這裡匯入並使用 `FastAPI` 類別。 這會是你的應用程式中把一切串起來的主檔案。 而隨著大多數的邏輯都放在各自的模組中,主檔案會相當簡潔。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/de/docs/tutorial/bigger-applications.md
Und sie wird auch beide <abbr title="Response – Antwort: Daten, die der Server zum anfragenden Client zurücksendet">Responses</abbr> in der Dokumentation haben, eine für `404` und eine für `403`. /// ## Das Haupt-`FastAPI` { #the-main-fastapi } Sehen wir uns nun das Modul unter `app/main.py` an. Hier importieren und verwenden Sie die Klasse `FastAPI`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 21.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/bigger-applications.md
/// tip | İpucu Bu son *path operation*’da tag kombinasyonu şöyle olur: `["items", "custom"]`. Ayrıca dokümantasyonda iki response da görünür: biri `404`, diğeri `403`. /// ## Ana `FastAPI` { #the-main-fastapi } Şimdi `app/main.py` module’üne bakalım. Burada `FastAPI` class’ını import edip kullanırsınız.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 20.3K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
assertCached(false, 306) assertCached(true, 307) assertCached(true, 308) assertCached(false, 400) assertCached(false, 401) assertCached(false, 402) assertCached(false, 403) assertCached(true, 404) assertCached(true, 405) assertCached(false, 406) assertCached(false, 408) assertCached(false, 409) // the HTTP spec permits caching 410s, but the RI doesn't.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
index.yaml
maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-4.0.3.tgz version: 4.0.3 - apiVersion: v1 appVersion: RELEASE.2022-05-08T23-50-31Z created: "2025-01-02T21:34:25.128974045-08:00" description: Multi-Cloud Object StorageCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jan 03 05:34:47 GMT 2025 - 55.1K bytes - Click Count (0) -
docs/uk/docs/tutorial/bigger-applications.md
/// tip | Порада Остання операція шляху матиме комбінацію міток: `["items", "custom"]`. І вона також матиме в документації обидві відповіді: одну для `404` і одну для `403`. /// ## Основний `FastAPI` { #the-main-fastapi } Тепер розгляньмо модуль `app/main.py`. Тут ви імпортуєте і використовуєте клас `FastAPI`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 27.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[30:31] title["app/routers/items.py"] *} /// tip | 팁 이 마지막 경로 처리는 `["items", "custom"]` 태그 조합을 갖게 됩니다. 그리고 문서에는 `404`용 응답과 `403`용 응답, 두 가지 모두가 표시됩니다. /// ## 메인 `FastAPI` { #the-main-fastapi } 이제 `app/main.py` 모듈을 봅시다. 여기에서 `FastAPI` 클래스를 import하고 사용합니다. 이 파일은 모든 것을 하나로 엮는 애플리케이션의 메인 파일이 될 것입니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
/// tip | Astuce Ce dernier *chemin d'accès* aura la combinaison de tags : `["items", "custom"]`. Et il aura également les deux réponses dans la documentation, une pour `404` et une pour `403`. /// ## Créer l'application `FastAPI` principale { #the-main-fastapi } Voyons maintenant le module `app/main.py`. C'est ici que vous importez et utilisez la classe `FastAPI`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0)