Package | Description |
---|---|
ratpack.http.client |
The HTTP client.
|
ratpack.sse |
Support for Server Sent Events.
|
Modifier and Type | Method and Description |
---|---|
static HttpClient |
HttpClient.httpClient(ByteBufAllocator byteBufAllocator,
int maxContentLengthBytes)
Deprecated.
since 1.4, use
of(Action) |
static HttpClient |
HttpClient.httpClient(ServerConfig serverConfig,
Registry registry)
Deprecated.
since 1.4, use
of(Action) |
static HttpClient |
HttpClient.of(Action<? super HttpClientSpec> action)
Creates a new HTTP client.
|
Modifier and Type | Method and Description |
---|---|
static ServerSentEventStreamClient |
ServerSentEventStreamClient.of(HttpClient httpClient)
Creates an SSE client.
|