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.clientSubinterfaces of HttpResponse in ratpack.core.http.client Modifier and Type Interface Description interfaceReceivedResponseinterfaceStreamedResponseA 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 HttpClientSpecHttpClientSpec. responseIntercept(Action<? super HttpResponse> interceptor)Add an interceptor for all responses returned by this client.
- 
Uses of HttpResponse in ratpack.core.sse.clientSubinterfaces of HttpResponse in ratpack.core.sse.client Modifier and Type Interface Description interfaceServerSentEventResponseA response for a server sent event stream.
 
-