- Sort Score
- Result 10 results
- Languages All
Results 741 - 750 of 961 for headerKV (0.07 sec)
-
okhttp/src/test/java/okhttp3/CookieTest.kt
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 24.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 18.5K bytes - Viewed (0) -
docs/security/README.md
## Server-Side Encryption MinIO supports two different types of server-side encryption ([SSE](#sse)): - **SSE-C**: The MinIO server en/decrypts an object with a secret key provided by the S3 client as part of the HTTP request headers. Therefore, [SSE-C](#ssec) requires TLS/HTTPS. - **SSE-S3**: The MinIO server en/decrypts an object with a secret key managed by a KMS. Therefore, MinIO requires a valid KMS configuration for [SSE-S3](#sses3).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Feb 12 00:51:25 UTC 2022 - 13.8K bytes - Viewed (0) -
docs/em/docs/advanced/additional-responses.md
* <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#responseObject" class="external-link" target="_blank">๐ ๐จ ๐</a>, ๐ ๐ช ๐ ๐ณ โช๏ธโก๏ธ ๐ ๐ ๐ ๐จ ๐ ๐ `responses` ๐ข. โ `description`, `headers`, `content` (๐ ๐ ๐ ๐ ๐ฃ ๐ ๐ ๐ & ๐ป ๐), & `links`....
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.8K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
<!-- to enable SuppressWarningsFilter --> <module name="SuppressWarningsHolder"/> </module> <module name="RegexpHeader"> <property name="headerFile" value="${config_loc}/required-header.txt"/> </module> <module name="FileTabCharacter"/> <module name="RegexpSingleline"> <property name="format" value="File \| Settings \| File Templates"/> </module>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Dec 16 22:05:16 UTC 2022 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcPipeHandle.java
} int off = this.handle.recv(buf, 0, buf.length); if ( buf[ 0 ] != 5 || buf[ 1 ] != 0 ) { throw new IOException("Unexpected DCERPC PDU header"); } int length = Encdec.dec_uint16le(buf, 8); if ( length > getMaxRecv() ) { throw new IOException("Unexpected fragment length: " + length); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jan 26 11:51:07 UTC 2020 - 5.2K bytes - Viewed (0) -
docs/en/docs/tutorial/cookie-param-models.md
/// note This is supported since FastAPI version `0.115.0`. ๐ค /// /// tip This same technique applies to `Query`, `Cookie`, and `Header`. ๐ /// ## Cookies with a Pydantic Model Declare the **cookie** parameters that you need in a **Pydantic model**, and then declare the parameter as `Cookie`: //// tab | Python 3.10+
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4K bytes - Viewed (0) -
tensorflow/c/eager/c_api_unified_experimental_internal.h
// backends (graph/MLIR). // // This defines a set of abstract classes that are intended to provide the // functionality of the opaque C types exposed in the public APIs defined in the // `c_api_unified_experimental.h` header. // ============================================================================= // Represents either a MlirTensor or a GraphTensor. // This base class does not expose any public methods other than to distinguish
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/zh/docs/deployment/docker.md
COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## ไปไนๆฏๅฎนๅจ ๅฎนๅจ๏ผไธป่ฆๆฏ Linux ๅฎนๅจ๏ผๆฏไธ็ง้ๅธธ**่ฝป้็บง**็ๆๅ ๅบ็จ็จๅบ็ๆนๅผ๏ผๅ ถๅ ๆฌๆๆไพ่ต้กนๅๅฟ ่ฆ็ๆไปถ๏ผๅๆถๅฎไปฌๅฏไปฅๅๅไธ็ณป็ปไธญ็ๅ ถไปๅฎนๅจ๏ผๆ่ ๅ ถไปๅบ็จ็จๅบ/็ปไปถ๏ผ็ธไบ้็ฆปใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 31.2K bytes - Viewed (0)