JdkHttpClientModule
object JdkHttpClientModule
Value members
Concrete methods
def make(config: JdkHttpClientConfig, executor: Option[Executor], sslContext: Option[SSLContext], cookieHandler: Option[CookieHandler], proxySelector: Option[ProxySelector], authenticator: Option[Authenticator]): HttpClient
Makes java.net.http.HttpClient
initialized with the given config.
Makes java.net.http.HttpClient
initialized with the given config.