- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 978 for requestId (0.05 seconds)
-
cmd/bitrot-whole.go
type wholeBitrotReader struct { disk StorageAPI volume string filePath string verifier *BitrotVerifier // Holds the bit-rot info tillOffset int64 // Affects the length of data requested in disk.ReadFile depending on Read()'s offset buf []byte // Holds bit-rot verified data } func (b *wholeBitrotReader) ReadAt(buf []byte, offset int64) (n int, err error) { if b.buf == nil {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jan 31 02:11:45 GMT 2024 - 2.7K bytes - Click Count (0) -
android-test/src/androidTest/java/okhttp/android/test/alpn/AlpnOverrideTest.kt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2.8K bytes - Click Count (0) -
docs/es/docs/how-to/custom-request-and-route.md
Algunos casos de uso incluyen: * Convertir cuerpos de requests no-JSON a JSON (por ejemplo, <a href="https://msgpack.org/index.html" class="external-link" target="_blank">`msgpack`</a>). * Descomprimir cuerpos de requests comprimidos con gzip. * Registrar automáticamente todos los request bodies. ## Manejo de codificaciones personalizadas de request body { #handling-custom-request-body-encodings }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 5K bytes - Click Count (0) -
docs/uk/docs/tutorial/request-forms-and-files.md
Valentyn <******@****.***> 1740060824 -0500
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Feb 20 14:13:44 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/ru/docs/tutorial/request-forms-and-files.md
# Файлы и формы в запросе { #request-forms-and-files } Вы можете определять файлы и поля формы одновременно, используя `File` и `Form`. /// info | Информация Чтобы получать загруженные файлы и/или данные форм, сначала установите <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:24:39 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
* * @return maxmimum number of elements to request in a list request */ int getListCount(); /** * * Property {@code jcifs.smb.client.listSize} (int, default 65435) * * @return maximum data size for list/info requests (known overhead is subtracted) */ int getListSize(); /** * *Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
docs/sts/keycloak.md
``` > NOTE: You can configure the `scopes` parameter to restrict the OpenID scopes requested by minio to the IdP, for example, `"openid,policy_role_attribute"`, being `policy_role_attribute` a client_scope / client_mapper that maps a role attribute called policy to a `policy` claim returned by Keycloak
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/SearchForm.java
*/ public String queryId; /** * The user session ID field for filtering logs by session. */ public String userSessionId; /** * The requested time range field for filtering logs by date. */ public String requestedTimeRange; /** * The access type field for filtering logs by access method. */ public String accessType;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.5K bytes - Click Count (0) -
docs/es/docs/advanced/middleware.md
## `HTTPSRedirectMiddleware` { #httpsredirectmiddleware } Impone que todas las requests entrantes deben ser `https` o `wss`. Cualquier request entrante a `http` o `ws` será redirigida al esquema seguro. {* ../../docs_src/advanced_middleware/tutorial001_py39.py hl[2,6] *} ## `TrustedHostMiddleware` { #trustedhostmiddleware }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.7K bytes - Click Count (0) -
architecture/build-execution-model.md
2. The client connects to the idle daemon and sends it a request to do some work. If the daemon is no longer running, the client starts again. 3. If the daemon is not able to run the request, for example it is already running a request or is shutting down, it rejects the request. The client starts again. 4. The daemon runs the request, sending back data such as logging output or tooling API events and intermediate models while doing so.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jun 12 09:50:57 GMT 2025 - 907 bytes - Click Count (0)