Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for F401 (0.13 sec)

  1. tests/test_include_router_defaults_overrides.py

        callbacks=callback_router4.routes,
        deprecated=True,
    )
    router4_default = APIRouter()
    
    
    @app.get(
        "/override1",
        tags=["path1a", "path1b"],
        responses={
            401: {"description": "Client error level 1"},
            501: {"description": "Server error level 1"},
        },
        deprecated=True,
        callbacks=callback_router1.routes,
        dependencies=[Depends(dep1)],
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 358.6K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

        * This includes several bug fixes in Starlette.
    * ⬆️ Upgrade Uvicorn max version in public extras: all. From `>=0.12.0,<0.18.0` to `>=0.12.0,<0.19.0`. PR [#5401](https://github.com/tiangolo/fastapi/pull/5401) by [@tiangolo](https://github.com/tiangolo).
    
    ### Internal
    
    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)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_RECVFROM_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_RECVMSG = 27
    pkg syscall (darwin-arm64), const SYS_RECVMSG ideal-int
    pkg syscall (darwin-arm64), const SYS_RECVMSG_NOCANCEL = 401
    pkg syscall (darwin-arm64), const SYS_RECVMSG_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_REMOVEXATTR = 238
    pkg syscall (darwin-arm64), const SYS_REMOVEXATTR ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top