Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bilner (0.21 sec)

  1. docs/de/docs/tutorial/response-model.md

    ## Dieselben Eingabedaten zurückgeben
    
    Im Folgenden deklarieren wir ein `UserIn`-Modell; es enthält ein Klartext-Passwort:
    
    === "Python 3.10+"
    
        ```Python hl_lines="7  9"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:58 GMT 2024
    - 19.9K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/response-model.md

        * This will be used by the **automatic docs**.
        * It will also be used by automatic client code generation tools.
    
    But most importantly:
    
    * It will **limit and filter** the output data to what is defined in the return type.
        * This is particularly important for **security**, we'll see more of that below.
    
    ## `response_model` Parameter
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 17.9K bytes
    - Viewed (0)
Back to top