public interface ServerHttpRequest extends HttpRequest, ReactiveHttpInputMessage
| Modifier and Type | Method and Description |
|---|---|
MultiValueMap<String,HttpCookie> |
getCookies()
Return a read-only map of cookies sent by the client.
|
MultiValueMap<String,String> |
getQueryParams()
Return a read-only map with parsed and decoded query parameter values.
|
getMethod, getURIgetBodygetHeadersMultiValueMap<String,String> getQueryParams()
MultiValueMap<String,HttpCookie> getCookies()