public interface IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(java.lang.String header,
java.lang.String value)
Adds a header to this request.
|
java.util.List<HeaderOption> |
getHeaders()
Gets the headers.
|
HttpMethod |
getHttpMethod()
Gets the http method.
|
java.util.List<Option> |
getOptions()
Gets the options.
|
java.net.URL |
getRequestUrl()
Gets the request url.
|
java.net.URL getRequestUrl()
HttpMethod getHttpMethod()
java.util.List<HeaderOption> getHeaders()
java.util.List<Option> getOptions()
void addHeader(java.lang.String header,
java.lang.String value)
header - The name of the header.value - The value of the header.