Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 405 (0.21 sec)

  1. tests/test_include_router_defaults_overrides.py

    @router2_default.get("/default3")
    async def path3_default_router2_default(level3: str):
        return level3
    
    
    @router4_override.get(
        "/override5",
        tags=["path5a", "path5b"],
        responses={
            405: {"description": "Client error level 5"},
            505: {"description": "Server error level 5"},
        },
        deprecated=True,
        callbacks=callback_router5.routes,
        dependencies=[Depends(dep5)],
    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. tests/test_route_scope.py

        assert response.json() == {"user_id": "rick", "path": "/users/{user_id}"}
    
    
    def test_invalid_method_doesnt_match():
        response = client.post("/users/rick")
        assert response.status_code == 405, response.text
    
    
    def test_invalid_path_doesnt_match():
        response = client.post("/usersx/rick")
        assert response.status_code == 404, response.text
    
    
    def test_websocket():
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Feb 08 10:23:07 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  3. docs/bucket/replication/README.md

    ![delete](https://raw.githubusercontent.com/minio/minio/master/docs/bucket/replication/DELETE_bucket_replication.png)
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jan 24 23:46:33 GMT 2023
    - 18.2K bytes
    - Viewed (0)
  4. .teamcity/performance-test-durations.json

      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.java.JavaIncrementalExecutionPerformanceTest.up-to-date assemble (parallel true)",
      "durations" : [ {
        "testProject" : "largeJavaMultiProject",
        "linux" : 405,
        "windows" : 872
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.java.JavaIncrementalExecutionPerformanceTest.up-to-date assemble with local build cache enabled (parallel false)",
      "durations" : [ {
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 26.3K bytes
    - Viewed (1)
  5. docs/bucket/replication/DESIGN.md

    An additional header `X-Minio-Replication-Delete-Status` is returned which would show `PENDING`...
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(true, 308)
        assertCached(false, 400)
        assertCached(false, 401)
        assertCached(false, 402)
        assertCached(false, 403)
        assertCached(true, 404)
        assertCached(true, 405)
        assertCached(false, 406)
        assertCached(false, 408)
        assertCached(false, 409)
        // the HTTP spec permits caching 410s, but the RI doesn't.
        assertCached(true, 410)
        assertCached(false, 411)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_MSGSYS ideal-int
    pkg syscall (darwin-arm64), const SYS_MSYNC = 65
    pkg syscall (darwin-arm64), const SYS_MSYNC ideal-int
    pkg syscall (darwin-arm64), const SYS_MSYNC_NOCANCEL = 405
    pkg syscall (darwin-arm64), const SYS_MSYNC_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_MUNLOCK = 204
    pkg syscall (darwin-arm64), const SYS_MUNLOCK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_KSEM_INIT = 404 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_INIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_OPEN = 405 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_OPEN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_POST = 401 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_POST ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_KSEM_GETVALUE ideal-int
    pkg syscall (freebsd-arm64), const SYS_KSEM_INIT = 404
    pkg syscall (freebsd-arm64), const SYS_KSEM_INIT ideal-int
    pkg syscall (freebsd-arm64), const SYS_KSEM_OPEN = 405
    pkg syscall (freebsd-arm64), const SYS_KSEM_OPEN ideal-int
    pkg syscall (freebsd-arm64), const SYS_KSEM_POST = 401
    pkg syscall (freebsd-arm64), const SYS_KSEM_POST ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg net/http, const StatusHTTPVersionNotSupported = 505
    pkg net/http, const StatusInternalServerError = 500
    pkg net/http, const StatusLengthRequired = 411
    pkg net/http, const StatusMethodNotAllowed = 405
    pkg net/http, const StatusMovedPermanently = 301
    pkg net/http, const StatusMultipleChoices = 300
    pkg net/http, const StatusNoContent = 204
    pkg net/http, const StatusNonAuthoritativeInfo = 203
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top