- Sort Score
- Num 10 results
- Language All
Results 321 - 330 of 358 for cookie1 (0.1 seconds)
-
docs/zh-hant/docs/_llm-test.md
* 應用程式 * 請求 * 回應 * 錯誤回應 * 路徑操作 * 路徑操作裝飾器 * 路徑操作函式 * 主體 * 請求主體 * 回應主體 * JSON 主體 * 表單主體 * 檔案主體 * 函式主體 * 參數 * 主體參數 * 路徑參數 * 查詢參數 * Cookie 參數 * 標頭參數 * 表單參數 * 函式參數 * 事件 * 啟動事件 * 伺服器的啟動 * 關閉事件 * 生命週期事件 * 處理器 * 事件處理器 * 例外處理器 * 處理 * 模型 * Pydantic 模型 * 資料模型 * 資料庫模型 * 表單模型 * 模型物件
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
docs/ru/docs/tutorial/query-params-str-validations.md
/// tip | Совет Здесь мы используем `Query()`, потому что это **query-параметр**. Позже мы увидим другие — `Path()`, `Body()`, `Header()` и `Cookie()`, — они также принимают те же аргументы, что и `Query()`. /// Теперь FastAPI будет: * **валидировать** данные, удостоверяясь, что максимальная длина — 50 символов;
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 25.1K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params-str-validations.md
/// tip Here we are using `Query()` because this is a **query parameter**. Later we will see others like `Path()`, `Body()`, `Header()`, and `Cookie()`, that also accept the same arguments as `Query()`. /// FastAPI will now: * **Validate** the data making sure that the max length is 50 characters
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 16.3K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
* the response body * the JSON body * the form body * the file body * the function body * the parameter * the body parameter * the path parameter * the query parameter * the cookie parameter * the header parameter * the form parameter * the function parameter * the event * the startup event * the startup of the server * the shutdown event * the lifespan event
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} @Override public String getAuthType() { throw new UnsupportedOperationException(); } @Override public jakarta.servlet.http.Cookie[] getCookies() { throw new UnsupportedOperationException(); } @Override public long getDateHeader(String name) { throw new UnsupportedOperationException();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 26.5K bytes - Click Count (0) -
docs/de/docs/tutorial/query-params-str-validations.md
/// tip | Tipp Hier verwenden wir `Query()`, weil dies ein **Query-Parameter** ist. Später werden wir andere wie `Path()`, `Body()`, `Header()`, und `Cookie()` sehen, die auch dieselben Argumente wie `Query()` akzeptieren. /// FastAPI wird nun: * Die Daten **validieren**, um sicherzustellen, dass die Länge maximal 50 Zeichen beträgt
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
/// tip | Dica Aqui estamos usando `Query()` porque este é um parâmetro de consulta. Mais adiante veremos outros como `Path()`, `Body()`, `Header()` e `Cookie()`, que também aceitam os mesmos argumentos que `Query()`. /// Agora o FastAPI vai: * Validar os dados garantindo que o comprimento máximo seja de 50 caracteres
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 17.2K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-params-str-validations.md
注意預設值仍然是 `None`,所以這個參數仍是可選。 不過,現在在 `Annotated` 裡有 `Query(max_length=50)`,我們就告訴 FastAPI 要對這個值做「額外驗證」,最多 50 個字元即可。😎 /// tip | 提示 這裡用的是 `Query()`,因為這是「查詢參數」。稍後你會看到 `Path()`、`Body()`、`Header()`、`Cookie()` 等,它們也接受與 `Query()` 相同的參數。 /// FastAPI 現在會: - 驗證資料,確保長度最多 50 個字元 - 當資料不合法時,回給用戶端清楚的錯誤 - 在 OpenAPI 的路徑操作中文件化該參數(因此會出現在自動文件 UI)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 14.8K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
): List<Header> { continuation.left = length continuation.padding = padding continuation.flags = flags continuation.streamId = streamId // TODO: Concat multi-value headers with 0x0, except COOKIE, which uses 0x3B, 0x20. // http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-8.1.2.5 hpackReader.readHeaders() return hpackReader.getAndResetHeaderList() } @Throws(IOException::class)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 19.7K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
* 경로 처리 데코레이터 * 경로 처리 함수 * body * 요청 body * 응답 body * JSON body * form body * file body * 함수 body * parameter * body parameter * path parameter * query parameter * cookie parameter * header parameter * form parameter * function parameter * event * startup event * 서버 startup * shutdown event * lifespan event * handler * event handler
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0)