public interface ClientHttpRequest extends ReactiveHttpOutputMessage
Modifier and Type | Method and Description |
---|---|
MultiValueMap<String,HttpCookie> |
getCookies()
Return a mutable map of request cookies to send to the server.
|
HttpMethod |
getMethod()
Return the HTTP method of the request.
|
URI |
getURI()
Return the URI of the request.
|
beforeCommit, bufferFactory, isCommitted, setComplete, writeAndFlushWith, writeWith
getHeaders
HttpMethod getMethod()
URI getURI()
MultiValueMap<String,HttpCookie> getCookies()