Package ratpack.core.http.client
Interface HttpResponse
- 
- All Known Subinterfaces:
 ReceivedResponse,ServerSentEventResponse,StreamedResponse
public interface HttpResponseBase type of responses fromHttpClientregardless of if the request is streaming or not.- Since:
 - 1.6
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeadersgetHeaders()StatusgetStatus()intgetStatusCode() 
 -