Package org.zalando.fahrschein.http.api
Interface Response
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Details
-
getStatusCode
- Throws:
IOException
-
getStatusText
Deprecated.deprecated because with HTTP/2 we will not get any status text anymore.- Throws:
IOException
-
getHeaders
Headers getHeaders() -
getBody
- Throws:
IOException
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-