public interface HttpRequest
Modifier and Type | Interface and Description |
---|---|
static class |
HttpRequest.Builder |
Modifier and Type | Method and Description |
---|---|
byte[] |
body()
The payload of the request, or null if no payload (e.g.
|
HttpConfig |
config()
Additional optional configuration to customize how the call is done.
|
Credentials |
credentials() |
<any> |
headers() |
java.lang.String |
method() |
java.net.URI |
uri() |
java.net.URI uri()
java.lang.String method()
@Nullable byte[] body()
<any> headers()
@Nullable Credentials credentials()
@Nullable HttpConfig config()