Class DefaultHttpClient

java.lang.Object
io.micronaut.http.client.netty.DefaultHttpClient
All Implemented Interfaces:
LifeCycle<HttpClient>, HttpClient, ProxyHttpClient, SseClient, StreamingHttpClient, WebSocketClient, Closeable, AutoCloseable

Default implementation of the HttpClient interface based on Netty.
Since:
1.0
Author:
Graeme Rocher