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 void
forwardTo(Response response)
TypedData
getBody()
-
Methods inherited from interface ratpack.core.http.client.HttpResponse
getHeaders, getStatus, getStatusCode
-
-