Interface HttpRequest
- All Superinterfaces:
- HttpMessage
- All Known Subinterfaces:
- ClientHttpRequest, ServerHttpRequest, ServerHttpRequest
- All Known Implementing Classes:
- AbstractClientHttpRequest, AbstractServerHttpRequest, HttpRequestWrapper, MockClientHttpRequest, MockServerHttpRequest, RequestPartServletServerHttpRequest, ServerHttpRequestDecorator, ServletServerHttpRequest
- Since:
- 3.1
- Author:
- Arjen Poutsma
- 
Method SummaryModifier and TypeMethodDescriptionReturn a mutable map of request attributes for this request.Return the HTTP method of the request.getURI()Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).Methods inherited from interface HttpMessagegetHeaders
- 
Method Details- 
getMethodHttpMethod getMethod()Return the HTTP method of the request.- Returns:
- the HTTP method as an HttpMethod value
- See Also:
 
- 
getURIURI getURI()Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).- Returns:
- the URI of the request (never null)
 
- 
getAttributes
 
-