- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for 307 (0.01 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/HttpStatusCodes.kt
Tobias Gesellchen <******@****.***> 1753713568 +0200
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jul 28 14:39:28 GMT 2025 - 2K bytes - Click Count (0) -
docs/en/docs/advanced/custom-response.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
api/except.txt
pkg syscall (openbsd-386), const SYS_SETITIMER = 83 pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122 pkg syscall (openbsd-386), const SYS_STAT = 291 pkg syscall (openbsd-386), const SYS_STATFS = 307 pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326 pkg syscall (openbsd-386), const SYS_UTIMES = 138 pkg syscall (openbsd-386), const SYS_WAIT4 = 7 pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 22 21:16:03 GMT 2026 - 34.8K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/custom-response.md
回傳一個 HTTP 重新導向。預設使用 307 狀態碼(Temporary Redirect)。 你可以直接回傳 `RedirectResponse`: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} --- 或者你可以在 `response_class` 參數中使用它: {* ../../docs_src/custom_response/tutorial006b_py310.py hl[2,7,9] *} 若這麼做,你就可以在「路徑操作函式」中直接回傳 URL。 在此情況下,所使用的 `status_code` 會是 `RedirectResponse` 的預設值 `307`。 ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.3K bytes - Click Count (0) -
cmd/apierrorcode_string.go
_ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbolForParsing-305] _ = x[ErrEvaluatorTimestampFormatPatternDuplicateFields-306] _ = x[ErrEvaluatorTimestampFormatPatternHourClockAmPmMismatch-307] _ = x[ErrEvaluatorUnterminatedTimestampFormatPatternToken-308] _ = x[ErrEvaluatorInvalidTimestampFormatPatternToken-309] _ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbol-310] _ = x[ErrEvaluatorBindingDoesNotExist-311]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
} @Test fun temporaryRedirectCachedWithExpiresHeader() { temporaryRedirectCachedWithCachingHeader(307, "Expires", formatDate(1, TimeUnit.HOURS)) } @Test fun temporaryRedirectCachedWithCacheControlHeader() { temporaryRedirectCachedWithCachingHeader(307, "Cache-Control", "max-age=60") } @Test fun foundNotCachedWithoutCacheHeader() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
tests/test_tutorial/test_advanced_middleware/test_tutorial001.py
response = client.get("/") assert response.status_code == 200, response.text client = TestClient(app) response = client.get("/", follow_redirects=False) assert response.status_code == 307, response.text
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 480 bytes - Click Count (0) -
tests/test_tutorial/test_behind_a_proxy/test_tutorial001_01.py
client = TestClient( app, base_url="https://example.com", follow_redirects=False, ) def test_redirect() -> None: response = client.get("/items") assert response.status_code == 307 assert response.headers["location"] == "https://example.com/items/" def test_no_redirect() -> None: response = client.get("/items/") assert response.status_code == 200
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 545 bytes - Click Count (0) -
docs/tr/docs/advanced/custom-response.md
Bu, en iyi performansı elde etmenin ideal yoludur. /// ### `RedirectResponse` { #redirectresponse } HTTP redirect döndürür. Varsayılan olarak 307 status code (Temporary Redirect) kullanır. `RedirectResponse`’u doğrudan döndürebilirsiniz: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/es/docs/advanced/custom-response.md
Esta es la forma ideal de obtener el mejor rendimiento. /// ### `RedirectResponse` { #redirectresponse } Devuelve una redirección HTTP. Usa un código de estado 307 (Redirección Temporal) por defecto. Puedes devolver un `RedirectResponse` directamente: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.6K bytes - Click Count (0)