Interface HttpResponse

All Known Implementing Classes:
AbstractHttpResponse, DefaultHttpResponse

public interface HttpResponse
Http response, defined by:
  • A status code: http return code (i.e 200, 400, 500 etc.).
  • A response body: this is the body of the http response as textual representation.
  • A set of headers.
  • Duration: time to produce http response.
See Also: