Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 342 Bytes

File metadata and controls

13 lines (8 loc) · 342 Bytes

HttpResponse

Class to hold HTTP Response.

Methods

Name Description Return Type
getStatusCode() HTTP Status code of the http response.. int
getHeaders() Headers of the http response. Headers
getRawBody() Raw body of the http response. InputStream