Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 517 Bytes

http-string-response.md

File metadata and controls

19 lines (12 loc) · 517 Bytes

HttpStringResponse Class

Class to hold response body as string.

Constructors

Name Description
HttpStringResponse(int code, Headers headers, InputStream rawBody, String body) Constructor for HttpStringResponse.

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