Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 1,757 for docs (0.05 sec)

  1. docs/em/docs/tutorial/extra-models.md

    ## `Union` โš–๏ธ `anyOf`
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ“จ `Union` 2๏ธโƒฃ ๐Ÿ†Ž, ๐Ÿ‘ˆ โ›“, ๐Ÿ‘ˆ ๐Ÿ“จ ๐Ÿ”œ ๐Ÿ™† 2๏ธโƒฃ.
    
    โšซ๏ธ ๐Ÿ”œ ๐Ÿ”ฌ ๐Ÿ—„ โฎ๏ธ `anyOf`.
    
    ๐Ÿ‘ˆ, โš™๏ธ ๐Ÿฉ ๐Ÿ ๐Ÿ†Ž ๐Ÿ”‘ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>:
    
    /// note
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. docs/pt/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">โ”‚                                                     โ”‚</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">โ”‚  API docs: http://127.0.0.1:8000/docs               โ”‚</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">โ”‚                                                     โ”‚</font></span>
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. docs/en/docs/reference/middleware.md

    # Middleware
    
    There are several middlewares available provided by Starlette directly.
    
    Read more about them in the [FastAPI docs for Middleware](https://fastapi.tiangolo.com/advanced/middleware/).
    
    ::: fastapi.middleware.cors.CORSMiddleware
    
    It can be imported from `fastapi`:
    
    ```python
    from fastapi.middleware.cors import CORSMiddleware
    ```
    
    ::: fastapi.middleware.gzip.GZipMiddleware
    
    It can be imported from `fastapi`:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 991 bytes
    - Viewed (0)
  4. cmd/bucket-encryption-handlers.go

    )
    
    const (
    	// Bucket Encryption configuration file name.
    	bucketSSEConfig = "bucket-encryption.xml"
    )
    
    // PutBucketEncryptionHandler - Stores given bucket encryption configuration
    // https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html
    func (api objectAPIHandlers) PutBucketEncryptionHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "PutBucketEncryption")
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/security/simple-oauth2.md

    Das ist der Vorteil von Standards ...
    
    ///
    
    ## Es in Aktion sehen
    
    ร–ffnen Sie die interaktive Dokumentation: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    ### Authentifizieren
    
    Klicken Sie auf den Button โ€žAuthorizeโ€œ.
    
    Verwenden Sie die Anmeldedaten:
    
    Benutzer: `johndoe`
    
    Passwort: `secret`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/security/oauth2-jwt.md

    โš  ๐Ÿ‘œ โœ”๏ธ ๐Ÿคฏ ๐Ÿ‘ˆ `sub` ๐Ÿ”‘ ๐Ÿ”œ โœ”๏ธ ๐Ÿ˜ ๐Ÿ†” ๐Ÿคญ ๐ŸŽ‚ ๐Ÿˆธ, &amp; โšซ๏ธ ๐Ÿ”œ ๐ŸŽป.
    
    ## โœ… โšซ๏ธ
    
    ๐Ÿƒ ๐Ÿ’ฝ &amp; ๐Ÿšถ ๐Ÿฉบ: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”ข ๐Ÿ’–:
    
    <img src="/img/tutorial/security/image07.png">
    
    โœ” ๐Ÿˆธ ๐ŸŽ ๐ŸŒŒ โญ.
    
    โš™๏ธ ๐ŸŽ“:
    
    ๐Ÿ†”: `johndoe`
    ๐Ÿ”: `secret`
    
    /// check
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/security/simple-oauth2.md

    Ese es el beneficio de los estรกndares...
    
    ///
    
    ## Verlo en acciรณn
    
    Abre la documentaciรณn interactiva: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    ### Autenticar
    
    Haz clic en el botรณn "Authorize".
    
    Usa las credenciales:
    
    Usuario: `johndoe`
    
    Contraseรฑa: `secret`
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/response-model.md

    /// info | ์ •๋ณด
    
    FastAPI๋Š” ์ด๋ฅผ ์œ„ํ•ด Pydantic ๋ชจ๋ธ์˜ `.dict()`์˜ <a href="https://docs.pydantic.dev/latest/concepts/serialization/#modeldict" class="external-link" target="_blank"> `exclude_unset` ๋งค๊ฐœ๋ณ€์ˆ˜</a>๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
    
    ///
    
    /// info | ์ •๋ณด
    
    ์•„๋ž˜ ๋˜ํ•œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    * `response_model_exclude_defaults=True`
    * `response_model_exclude_none=True`
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. docs/de/docs/python-types.md

    Beachten Sie, das bedeutet: โ€ž`one_person` ist eine **Instanz** der Klasse `Person`โ€œ.
    
    Es bedeutet nicht: โ€ž`one_person` ist die **Klasse** genannt `Person`โ€œ.
    
    ## Pydantic Modelle
    
    <a href="https://pydantic-docs.helpmanual.io/" class="external-link" target="_blank">Pydantic</a> ist eine Python-Bibliothek fรผr die Validierung von Daten.
    
    Sie deklarieren die โ€žFormโ€œ der Daten als Klassen mit Attributen.
    
    Und jedes Attribut hat einen Typ.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 18.9K bytes
    - Viewed (1)
  10. docs/ja/docs/tutorial/path-params.md

    ่กจ็คบใ•ใ‚ŒใŸใ‚จใƒฉใƒผใซใฏๅ•้กŒใฎใ‚ใ‚‹็ฎ‡ๆ‰€ใŒๆ˜Ž็ขบใซๆŒ‡ๆ‘˜ใ•ใ‚Œใฆใ„ใ‚‹ใ“ใจใซๆณจๆ„ใ—ใฆใใ ใ•ใ„ใ€‚
    
    ใ“ใ‚Œใฏใ€APIใซ้–ข้€ฃใ™ใ‚‹ใ‚ณใƒผใƒ‰ใฎ้–‹็™บใŠใ‚ˆใณใƒ‡ใƒใƒƒใ‚ฐใซ้žๅธธใซๅฝน็ซ‹ใกใพใ™ใ€‚
    
    ///
    
    ## ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆ
    
    ใใ—ใฆใƒ–ใƒฉใ‚ฆใ‚ถใง <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a> ใ‚’้–‹ใใจใ€ไปฅไธ‹ใฎๆง˜ใช่‡ชๅ‹•็š„ใซ็”Ÿๆˆใ•ใ‚ŒใŸๅฏพ่ฉฑ็š„ใชใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใŒ่กจ็คบใ•ใ‚Œใพใ™ใ€‚
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | ็ขบ่ช
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top