public interface ClientHttpRequest extends ReactiveHttpOutputMessage
Modifier and Type | Method and Description |
---|---|
org.springframework.util.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, writeWith
getHeaders
HttpMethod getMethod()
URI getURI()
org.springframework.util.MultiValueMap<String,HttpCookie> getCookies()
<T> T getNativeRequest()
T
- the expected type of the request to cast to