Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for indexOf (5.26 sec)

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

        ```
    
    !!! tip "Tipp"
        Um dieses Beispiel zu vereinfachen, verwenden wir einen erfundenen Header.
    
        Aber in der Praxis werden Sie mit den integrierten [Sicherheits-Werkzeugen](security/index.md){.internal-link target=_blank} bessere Ergebnisse erzielen.
    
    ## Ein weiteres Modul mit `APIRouter`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:27:59 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/bigger-applications.md

    ```Python hl_lines="1  4-6" title="app/dependencies.py"
    {!../../../docs_src/bigger_applications/app/dependencies.py!}
    ```
    
    !!! tip
        👥 ⚙️ 💭 🎚 📉 👉 🖼.
    
        ✋️ 🎰 💼 👆 🔜 🤚 👍 🏁 ⚙️ 🛠️ [💂‍♂ 🚙](security/index.md){.internal-link target=_blank}.
    
    ## ➕1️⃣ 🕹 ⏮️ `APIRouter`
    
    ➡️ 💬 👆 ✔️ 🔗 💡 🚚 "🏬" ⚪️➡️ 👆 🈸 🕹 `app/routers/items.py`.
    
    👆 ✔️ *➡ 🛠️* :
    
    * `/items/`
    * `/items/{item_id}`
    
    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)
  3. docs/en/docs/tutorial/bigger-applications.md

        ```
    
    !!! tip
        We are using an invented header to simplify this example.
    
        But in real cases you will get better results using the integrated [Security utilities](security/index.md){.internal-link target=_blank}.
    
    ## Another module with `APIRouter`
    
    Let's say you also have the endpoints dedicated to handling "items" from your application in the module at `app/routers/items.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)
  4. docs/zh/docs/tutorial/bigger-applications.md

    ```Python hl_lines="1  4-6" title="app/dependencies.py"
    {!../../../docs_src/bigger_applications/app/dependencies.py!}
    ```
    
    !!! tip
        我们正在使用虚构的请求首部来简化此示例。
    
        但在实际情况下,使用集成的[安全性实用工具](security/index.md){.internal-link target=_blank}会得到更好的效果。
    
    ## 其他使用 `APIRouter` 的模块
    
    假设你在位于 `app/routers/items.py` 的模块中还有专门用于处理应用程序中「项目」的端点。
    
    你具有以下*路径操作*:
    
    * `/items/`
    * `/items/{item_id}`
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.5K bytes
    - Viewed (0)
Back to top