Package ratpack.core.http.client
Interface ReceivedResponse
-
- All Superinterfaces:
HttpResponse
public interface ReceivedResponse extends HttpResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforwardTo(Response response)TypedDatagetBody()-
Methods inherited from interface ratpack.core.http.client.HttpResponse
getHeaders, getStatus, getStatusCode
-
-