Types
Functions
Link copied to clipboard
Returns an InputStream that reads the content of this HTTP response. Note that the content is consumed when reading out the input stream, thus subsequent calls will fail with an exception.
Link copied to clipboard
Returns the number of bytes that will be returned by bytes, or null
if unknown.
Link copied to clipboard
Returns the actual content type of the returned content.
Link copied to clipboard
Returns a new InputStream that can read data from this HTTP response body without consuming it.