Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for profil (0.17 sec)

  1. docs/en/docs/release-notes.md

    * `prefix`: to set the path prefix for a router. Up to now, this was only possible when calling `include_router`.
    * `tags`: OpenAPI tags to apply to all the *path operations* in this router.
    
    For example:
    
    ```Python
    from fastapi import APIRouter, Depends
    
    
    async def some_dependency():
        return
    
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top