Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fullname (0.15 sec)

  1. docs/de/docs/advanced/custom-response.md

    * `media_type` – Ein String, der den Medientyp angibt. Wenn nicht gesetzt, wird der Dateiname oder Pfad verwendet, um auf einen Medientyp zu schließen.
    * `filename` – Wenn gesetzt, wird das in der `Content-Disposition` der Response eingefΓΌgt.
    
    Datei-Responses enthalten die entsprechenden `Content-Length`-, `Last-Modified`- und `ETag`-Header.
    
    ```Python hl_lines="2  10"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Jan 23 13:05:12 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/custom-response.md

    * `path` - The filepath to the file to stream.
    * `headers` - Any custom headers to include, as a dictionary.
    * `media_type` - A string giving the media type. If unset, the filename or path will be used to infer a media type.
    * `filename` - If set, this will be included in the response `Content-Disposition`.
    
    File responses will include appropriate `Content-Length`, `Last-Modified` and `ETag` headers.
    
    ```Python hl_lines="2  10"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.7K bytes
    - Viewed (0)
  3. docs/em/docs/advanced/custom-response.md

    ### `FileResponse`
    
    πŸ” 🎏 πŸ“ πŸ“¨.
    
    ✊ 🎏 βš’ ❌ πŸ”— 🌘 🎏 πŸ“¨ πŸ†Ž:
    
    * `path` - πŸ“ πŸ“ 🎏.
    * `headers` - πŸ™† πŸ›ƒ 🎚 πŸ”Œ, πŸ“–.
    * `media_type` - 🎻 🀝 πŸ“» πŸ†Ž. πŸš₯ πŸ”’, πŸ“ βš–οΈ ➑ πŸ”œ βš™οΈ πŸ”‘ πŸ“» πŸ†Ž.
    * `filename` - πŸš₯ βš’, πŸ‘‰ πŸ”œ πŸ”Œ πŸ“¨ `Content-Disposition`.
    
    πŸ“ πŸ“¨ πŸ”œ πŸ”Œ β˜‘ `Content-Length`, `Last-Modified` & `ETag` 🎚.
    
    ```Python hl_lines="2  10"
    {!../../../docs_src/custom_response/tutorial009.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 9.8K bytes
    - Viewed (0)
Back to top