Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. docs/en/docs/advanced/behind-a-proxy.md

    For example:
    
    ```Python hl_lines="4-7"
    {!../../../docs_src/behind_a_proxy/tutorial003.py!}
    ```
    
    Will generate an OpenAPI schema like:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // More stuff here
        "servers": [
            {
                "url": "/api/v1"
            },
            {
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 11.6K bytes
    - Viewed (2)
  2. docs/de/docs/advanced/behind-a-proxy.md

    Zum Beispiel:
    
    ```Python hl_lines="4-7"
    {!../../../docs_src/behind_a_proxy/tutorial003.py!}
    ```
    
    Erzeugt ein OpenAPI-Schema, wie:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Hier mehr Einstellungen
        "servers": [
            {
                "url": "/api/v1"
            },
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:30:07 GMT 2024
    - 13.1K bytes
    - Viewed (0)
  3. docs/em/docs/advanced/behind-a-proxy.md

    đŸšĨ 👆 đŸšļ‍♀ī¸ 🛃 📇 `servers` & 📤 `root_path` (↩ī¸ 👆 🛠ī¸ 👨‍❤‍👨 ⛅ đŸ—ŗ), **FastAPI** 🔜 📩 "đŸ’Ŋ" ⏎ī¸ 👉 `root_path` â–ļī¸ 📇.
    
    đŸ–ŧ:
    
    ```Python hl_lines="4-7"
    {!../../../docs_src/behind_a_proxy/tutorial003.py!}
    ```
    
    🔜 🏗 🗄 🔗 💖:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.0.2",
        // More stuff here
        "servers": [
            {
                "url": "/api/v1"
            },
            {
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.1K bytes
    - Viewed (0)
Back to top