Class to hold response body as string.
| Name | Description | Return Type |
|---|---|---|
getStatusCode() |
HTTP Status code of the http response. | int |
getHeaders() |
Headers of the http response. | Headers |
getBody() |
String body of the http response. | String |
Class to hold response body as string.
| Name | Description | Return Type |
|---|---|---|
getStatusCode() |
HTTP Status code of the http response. | int |
getHeaders() |
Headers of the http response. | Headers |
getBody() |
String body of the http response. | String |