Added documents

This commit is contained in:
2026-09-08 11:13:37 +08:00
parent f82d1a1d8f
commit 08392f92b8
30 files changed
+1423 -132

No files matched your search

@@ -15,7 +15,7 @@ import io.ktor.client.*
import io.ktor.client.request.*
import io.ktor.http.*
public val httpClient: HttpClient = HttpClient()
private val httpClient: HttpClient = HttpClient()
public val DefaultProtocolContext: ProtocolContextBuilder.() -> Unit = {
rsaEncryptor = RSA1024Encryptor { key, data -> rsaEncrypt(key, data) }