Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 151 - 160 of 179 for 404 (0.06 seconds)

  1. 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)
  2. 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)
  3. 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)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        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.
        assertCached(true, 410)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Mar 20 09:13:37 GMT 2026
    - 121K bytes
    - Click Count (0)
  5. 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)
  6. 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.4.tgz
        version: 4.0.4
      - apiVersion: v1
        appVersion: RELEASE.2022-05-08T23-50-31Z
        created: "2025-01-02T21:34:25.132238833-08:00"
        description: Multi-Cloud Object Storage
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Jan 03 05:34:47 GMT 2025
    - 55.1K bytes
    - Click Count (0)
  7. 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)
  8. docs/es/docs/tutorial/bigger-applications.md

    /// tip | Consejo
    
    Esta última path operation tendrá la combinación de tags: `["items", "custom"]`.
    
    Y también tendrá ambas responses en la documentación, una para `404` y otra para `403`.
    
    ///
    
    ## El `FastAPI` principal { #the-main-fastapi }
    
    Ahora, veamos el módulo en `app/main.py`.
    
    Aquí es donde importas y usas la clase `FastAPI`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20.2K bytes
    - Click Count (0)
  9. docs/pt/docs/tutorial/bigger-applications.md

    /// tip | Dica
    
    Esta última operação de rota terá a combinação de tags: `["items", "custom"]`.
    
    E também terá ambas as responses na documentação, uma para `404` e uma para `403`.
    
    ///
    
    ## O principal `FastAPI` { #the-main-fastapi }
    
    Agora, vamos ver o módulo em `app/main.py`.
    
    Aqui é onde você importa e usa a classe `FastAPI`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  10. 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)
Back to Top