Class HttpClientResponse
Inherits from
-
HttpResponse
(base class)
Fields
Field name | Field Type | Descrption |
---|---|---|
bodyReader | InputStream | |
httpVersion [inherited] | HttpVersion | The protocol version of the response - should not be changed |
statusCode [inherited] | int | The status code of the response, 200 by default |
statusPhrase [inherited] | string | The status phrase of the response |
headers [inherited] | StrMapCI | The response header fields |
cookies [inherited] | Cookie[string] | All cookies that shall be set on the client for this request |
Properties
Property name | Type | Description |
---|---|---|
contentType [inherited] | string | Shortcut to the "Content-Type" header |
Methods
Method name | Description |
---|---|
readJson |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.