Uses of Interface
ratpack.core.http.client.HttpResponse
-
Packages that use HttpResponse Package Description ratpack.core.http.client The HTTP client.ratpack.core.sse.client -
-
Uses of HttpResponse in ratpack.core.http.client
Subinterfaces of HttpResponse in ratpack.core.http.client Modifier and Type Interface Description interface
ReceivedResponse
interface
StreamedResponse
A received response to a http client request with streamed response content.Method parameters in ratpack.core.http.client with type arguments of type HttpResponse Modifier and Type Method Description HttpClientSpec
HttpClientSpec. responseIntercept(Action<? super HttpResponse> interceptor)
Add an interceptor for all responses returned by this client. -
Uses of HttpResponse in ratpack.core.sse.client
Subinterfaces of HttpResponse in ratpack.core.sse.client Modifier and Type Interface Description interface
ServerSentEventResponse
A response for a server sent event stream.
-