Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for World (0.14 sec)

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

    ```Python hl_lines="9-14  17"
    {!../../../docs_src/custom_response/tutorial009c.py!}
    ```
    
    Statt:
    
    ```json
    {"message": "Hello World"}
    ```
    
    ... wird die Response jetzt Folgendes zurΓΌckgeben:
    
    ```json
    {
      "message": "Hello World"
    }
    ```
    
    NatΓΌrlich werden Sie wahrscheinlich viel bessere MΓΆglichkeiten finden, Vorteil daraus zu ziehen, als JSON zu formatieren. πŸ˜‰
    
    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

    ```Python hl_lines="9-14  17"
    {!../../../docs_src/custom_response/tutorial009c.py!}
    ```
    
    Now instead of returning:
    
    ```json
    {"message": "Hello World"}
    ```
    
    ...this response will return:
    
    ```json
    {
      "message": "Hello World"
    }
    ```
    
    Of course, you will probably find much better ways to take advantage of this than formatting JSON. πŸ˜‰
    
    ## Default response class
    
    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

    ```Python hl_lines="9-14  17"
    {!../../../docs_src/custom_response/tutorial009c.py!}
    ```
    
    πŸ”œ ↩️ πŸ›¬:
    
    ```json
    {"message": "Hello World"}
    ```
    
    ...πŸ‘‰ πŸ“¨ πŸ”œ πŸ“¨:
    
    ```json
    {
      "message": "Hello World"
    }
    ```
    
    ↗️, πŸ‘† πŸ”œ 🎲 πŸ”Ž πŸŒ… πŸ‘ 🌌 ✊ πŸ“ˆ πŸ‘‰ 🌘 ❕ 🎻. πŸ‘Ά
    
    ## πŸ”’ πŸ“¨ πŸŽ“
    
    πŸ•β” πŸ— **FastAPI** πŸŽ“ πŸ‘ βš–οΈ `APIRouter` πŸ‘† πŸ’ͺ βœ” ❔ πŸ“¨ πŸŽ“ βš™οΈ πŸ”’.
    
    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