Package org.zalando.fahrschein.http.api
Interface Request
public interface Request
-
Method Details
-
getMethod
String getMethod() -
getURI
URI getURI() -
getHeaders
Headers getHeaders() -
getBody
- Throws:
IOException
-
execute
- Throws:
IOException
-