api

http4k / org.http4k.client

Package org.http4k.client

Common code relevant to HTTP client implementations.

Types

Name Summary
Apache4AsyncClient object Apache4AsyncClient
Apache4Client object Apache4Client
ApacheAsyncClient object ApacheAsyncClient
ApacheClient object ApacheClient
AsyncHttpClient interface AsyncHttpClient : Closeable
DualSyncAsyncHttpHandler interface DualSyncAsyncHttpHandler : HttpHandler, AsyncHttpClient
Java8HttpClient Use this legacy Java client when you’re not yet on Java 11.object Java8HttpClient
JavaHttpClient Basic JDK-based Client.class JavaHttpClient : HttpHandler
JettyClient object JettyClient
OkHttp object OkHttp
PreCannedApache4HttpClients object PreCannedApache4HttpClients
PreCannedApacheHttpClients object PreCannedApacheHttpClients
PreCannedJavaHttpClients object PreCannedJavaHttpClients
PreCannedOkHttpClients object PreCannedOkHttpClients
WebsocketClient object WebsocketClient

Extensions for External Classes

Name Summary
kotlin.Function1  

Functions

Name Summary
toClientStatus fun Status.toClientStatus(e: Exception): Status