public interface HttpRequest
Modifier and Type | Method and Description |
---|---|
HttpRequestBody |
getBody() |
HttpHeaders |
getHeaders() |
HttpMethod |
getHttpMethod() |
String |
getUrl() |
static HttpRequest |
of(HttpMethod httpMethod,
String url) |
static HttpRequest |
of(HttpMethod httpMethod,
String url,
HttpHeaders headers,
HttpRequestBody body) |
HttpMethod getHttpMethod()
String getUrl()
HttpHeaders getHeaders()
@Nullable HttpRequestBody getBody()
static HttpRequest of(HttpMethod httpMethod, String url)
static HttpRequest of(HttpMethod httpMethod, String url, HttpHeaders headers, @Nullable HttpRequestBody body)