- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for httponly (0.05 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/CookieConfig.java
* * @return true if HTTP-only */ public boolean isHttpOnly() { return httpOnly; } /** * Sets whether the cookie is HTTP-only. * * @param httpOnly true for HTTP-only cookies */ public void setHttpOnly(final boolean httpOnly) { this.httpOnly = httpOnly; } @Override public String toString() {Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 3.8K bytes - Click Count (0) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.2K bytes - Click Count (0) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt
.Builder() .client(bootstrapClient) .url("https://doh.crypto.sx/dns-query".toHttpUrl()) .includeIPv6(false) .build() @JvmStatic fun providers( client: OkHttpClient, http2Only: Boolean, workingOnly: Boolean, getOnly: Boolean, ): List<DnsOverHttps> = buildList { add(buildGoogle(client)) if (!getOnly) { add(buildGooglePost(client)) }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.8K bytes - Click Count (0)