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. 
 | 
<T> T | 
getNativeRequest()
Return the request from the underlying HTTP library. 
 | 
URI | 
getURI()
Return the URI of the request. 
 | 
beforeCommit, bufferFactory, isCommitted, setComplete, writeAndFlushWith, writeWithgetHeadersHttpMethod getMethod()
URI getURI()
MultiValueMap<String,HttpCookie> getCookies()
<T> T getNativeRequest()
T - the expected type of the request to cast to