Uses of Interface
ratpack.http.client.HttpResponse
-
Packages that use HttpResponse Package Description ratpack.http.client The HTTP client. -
-
Uses of HttpResponse in ratpack.http.client
Subinterfaces of HttpResponse in ratpack.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.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.
-