Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. helm-releases/minio-4.0.5.tgz

    minio-4.0.5.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-05-08T23-50-31Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 4.0.5 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Jul 16 06:42:56 UTC 2022
    - 18.3K 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():
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Feb 08 10:23:07 UTC 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)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  4. docs/bucket/replication/DESIGN.md

    An additional header `X-Minio-Replication-Delete-Status` is returned which would show `PENDING`...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  5. index.yaml

        maintainers:
        - email: ******@****.***
          name: MinIO, Inc
        name: minio
        sources:
        - https://github.com/minio/minio
        urls:
        - https://charts.min.io/helm-releases/minio-4.0.5.tgz
        version: 4.0.5
      - apiVersion: v1
        appVersion: RELEASE.2022-05-08T23-50-31Z
        created: "2024-10-11T14:15:09.762614956+02:00"
        description: Multi-Cloud Object Storage
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. 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)],
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 358.6K bytes
    - Viewed (0)
  7. 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)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  8. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top