Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for THAT (0.13 sec)

  1. docs/em/docs/tutorial/bigger-applications.md

    *  & ⚪️➡️ ⚫️, 🗄 🔢 `get_token_header`.
    
    👈 👷 ☑ ❗ 👶
    
    ---
    
    🎏 🌌, 🚥 👥 ✔️ ⚙️ 3️⃣ ❣ `...`, 💖:
    
    ```Python
    from ...dependencies import get_token_header
    ```
    
    that 🔜 ⛓:
    
    * ▶️ 🎏 📦 👈 👉 🕹 (📁 `app/routers/items.py`) 🖖 (📁 `app/routers/`)...
    * 🚶 👪 📦 (📁 `app/`)...
    * ⤴️ 🚶 👪 👈 📦 (📤 🙅‍♂ 👪 📦, `app` 🔝 🎚 👶)...
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/bigger-applications.md

    But that will only affect that `APIRouter` in our app, not in any other code that uses it.
    
    So, for example, other projects could use the same `APIRouter` with a different authentication method.
    
    ### Include a *path operation*
    
    We can also add *path operations* directly to the `FastAPI` app.
    
    Here we do it... just to show that we can 🤷:
    
    ```Python hl_lines="21-23" title="app/main.py"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.6K bytes
    - Viewed (0)
Back to top