Class to hold HTTP Response.
| 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 |
Class to hold HTTP Response.
| 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 |