Modifier and Type | Method and Description |
---|---|
InputStream |
body()
Body.
|
Iterable<String> |
head()
All lines above the body.
|
public RsGzip(Response res)
res
- Original responsepublic Iterable<String> head() throws IOException
Head
head
in interface Head
IOException
- If something goes wrongpublic InputStream body() throws IOException
Body
body
in interface Body
IOException
- If something goes wrongCopyright © 2015–2019 Take. All rights reserved.