public interface HttpRequest extends HttpMessage
Modifier and Type | Method and Description |
---|---|
default HttpMethod |
getMethod()
Return the HTTP method of the request.
|
java.lang.String |
getMethodValue()
Return the HTTP method of the request as a String
|
java.net.URI |
getURI()
Return the URI of the request.
|
getHeaders
@Nullable default HttpMethod getMethod()
null
if not resolvable (e.g. in case of a non-standard HTTP method)java.lang.String getMethodValue()
java.net.URI getURI()
null
)