- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for 405 (0.03 sec)
-
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 Dec 28 19:28:13 UTC 2025 - Last Modified: Sat Jul 16 06:42:56 UTC 2022 - 18.3K bytes - Viewed (0) -
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 Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Sep 29 03:29:38 UTC 2025 - 1.5K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
api("org.apache.commons:commons-lang3:3.20.0") api("javax.activation:activation:1.1.1") api("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2") api("com.sun.xml.bind:jaxb-impl:4.0.5") api("junit:junit:4.13.2") api("org.spockframework:spock-core:$spockVersion") api("org.spockframework:spock-junit4:$spockVersion") api("org.asciidoctor:asciidoctorj:2.5.13")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:16:30 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/bucket/replication/README.md

Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.3K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
An additional header `X-Minio-Replication-Delete-Status` is returned which would show `PENDING`...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
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: "2025-01-02T21:34:25.135573416-08:00" description: Multi-Cloud Object StorageRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 03 05:34:47 UTC 2025 - 55.1K bytes - Viewed (0) -
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 Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Jun 30 18:25:16 UTC 2023 - 358.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/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 Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 03 17:41:45 UTC 2025 - 116.8K bytes - Viewed (0) -
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 Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
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 Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)