public interface WebHttpRequest
Modifier and Type | Method and Description |
---|---|
static WebHttpRequestConfigurationBuilder |
builder()
Returns a builder to construct a WebHttpRequest.
|
String |
getBody()
Returns the body of this request.
|
List<WebHttpHeader> |
getHeader()
Returns the HTTP headers of this request.
|
HttpMethod |
getMethod()
Returns the HTTP method of this request.
|
Map<String,String> |
getQueryString()
Returns the query string of this request.
|
String |
getUrl()
Returns the URL string of this request.
|
String getUrl()
List<WebHttpHeader> getHeader()
String getBody()
Map<String,String> getQueryString()
HttpMethod getMethod()
static WebHttpRequestConfigurationBuilder builder()