- Sort Score
- Num 10 results
- Language All
Results 671 - 680 of 698 for CSession (0.19 seconds)
-
docs/en/docs/alternatives.md
* Seriously impressive performance. * WebSocket support. * In-process background tasks. * Startup and shutdown events. * Test client built on HTTPX. * CORS, GZip, Static Files, Streaming responses. * Session and Cookie support. * 100% test coverage. * 100% type annotated codebase. * Few hard dependencies.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.2K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/KotlinSourceModernTest.kt
val formBody: FormBody = builder.build() } @Test fun handshake() { var handshake: Handshake = (localhost().sslSocketFactory().createSocket() as SSLSocket).session.handshake() val listOfCertificates: List<Certificate> = listOf() handshake = Handshake.get( TlsVersion.TLS_1_3, CipherSuite.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 10 21:47:20 GMT 2026 - 49.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'rag.chat.session.timeout.minutes'. <br> * The value is, e.g. 30 <br> * comment: Session settings. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRagChatSessionTimeoutMinutes(); /** * Get the value for the key 'rag.chat.session.timeout.minutes' as {@link Integer}. <br>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
docs/de/docs/alternatives.md
* WebSocket-Unterstützung. * Hintergrundtasks im selben Prozess. * Startup- und Shutdown-Events. * Testclient basierend auf HTTPX. * CORS, GZip, statische Dateien, Responses streamen. * Session- und Cookie-Unterstützung. * 100 % Testabdeckung. * 100 % Typannotierte Codebasis. * Wenige starke Abhängigkeiten.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 26K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_crawling_info_link_delete = "{labels.crawling_info_link_delete}"; /** The key of the message: Session ID */ public static final String LABELS_crawling_info_session_id_search = "{labels.crawling_info_session_id_search}"; /** The key of the message: Session ID */ public static final String LABELS_crawling_info_session_id = "{labels.crawling_info_session_id}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
docs/zh-hant/docs/alternatives.md
它非常簡單直觀。設計上易於擴充,且元件化。 它具備: * 令人印象深刻的效能。 * WebSocket 支援。 * 行程內(in-process)背景任務。 * 啟動與關閉事件。 * 建立在 HTTPX 上的測試用戶端。 * CORS、GZip、靜態檔案、串流回應。 * Session 與 Cookie 支援。 * 100% 測試涵蓋率。 * 100% 型別註解的程式碼庫。 * 幾乎沒有硬性相依。 Starlette 目前是測試中最快的 Python 框架。僅次於 Uvicorn(它不是框架,而是伺服器)。 Starlette 提供所有網頁微框架的基礎功能。 但它不提供自動的資料驗證、序列化或文件。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
builder.setSSLSocketFactory(SSLConnectionSocketFactoryBuilder.create() .setSslContext(sslContext) .setHostnameVerifier((hostname, session) -> true) .build()); logger.warn(
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0) -
cmd/site-replication.go
// applicable here. // // Service accounts are replicated as long as they are not meant for the root // user. // // STS accounts are replicated, but only if the session token is verifiable // using the local cluster's root credential. func (c *SiteReplicationSys) IAMChangeHook(ctx context.Context, item madmin.SRIAMItem) error {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 184.8K bytes - Click Count (1) -
cmd/admin-handlers-users.go
requestUser = cred.ParentUser } if requestUser != svcAccount.ParentUser { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrAccessDenied), r.URL) return } } // if session policy is nil or empty, then it is implied policy impliedPolicy := sessionPolicy == nil || (sessionPolicy.Version == "" && len(sessionPolicy.Statements) == 0) var svcAccountPolicy policy.Policy if !impliedPolicy {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 90.6K bytes - Click Count (0) -
cmd/erasure-server-pool-decom.go
} func (z *erasureServerPools) IsSuspended(idx int) bool { z.poolMetaMutex.RLock() defer z.poolMetaMutex.RUnlock() return z.poolMeta.IsSuspended(idx) } // Decommission - start decommission session. func (z *erasureServerPools) Decommission(ctx context.Context, indices ...int) error { if len(indices) == 0 { return errInvalidArgument } if z.SinglePool() { return errInvalidArgument }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 42.2K bytes - Click Count (1)