Package | Description |
---|---|
org.springframework.web.reactive.function.client |
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
org.springframework.web.reactive.function.client.support |
Classes supporting the
org.springframework.web.reactive.function.client package. |
Modifier and Type | Method and Description |
---|---|
ClientResponse.Headers |
ClientResponse.headers()
Return the headers of this response.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientResponseWrapper.HeadersWrapper
Implementation of the
Headers interface that can be subclassed
to adapt the headers in a
exchange filter function . |
Modifier and Type | Method and Description |
---|---|
ClientResponse.Headers |
ClientResponseWrapper.headers() |
Constructor and Description |
---|
HeadersWrapper(ClientResponse.Headers headers)
Create a new
HeadersWrapper that wraps the given request. |