Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 352 Bytes

File metadata and controls

13 lines (8 loc) · 352 Bytes

HttpStringResponse

Class to hold response body as string.

Methods

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