Package ratpack.core.http.client
Interface HttpResponse
-
- All Known Subinterfaces:
ReceivedResponse
,ServerSentEventResponse
,StreamedResponse
public interface HttpResponse
Base type of responses fromHttpClient
regardless of if the request is streaming or not.- Since:
- 1.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Headers
getHeaders()
Status
getStatus()
int
getStatusCode()
-