| Package | Description |
|---|---|
| ratpack.http.client |
The HTTP client.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpClient |
HttpClient.httpClient(ByteBufAllocator byteBufAllocator,
int maxContentLengthBytes)
A method to create an instance of the default implementation of HttpClient.
|
static HttpClient |
HttpClient.httpClient(ServerConfig serverConfig,
Registry registry)
A method to create an instance of the default implementation of HttpClient.
|