public interface HttpClientInfos extends HttpInfos
| Modifier and Type | Method and Description |
|---|---|
Context |
currentContext()
Deprecated.
Use
currentContextView(). This method
will be removed in version 1.1.0. |
ContextView |
currentContextView()
Return the current
ContextView associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API. |
String[] |
redirectedFrom()
Return the previous redirections or empty array
|
HttpHeaders |
requestHeaders()
Return outbound headers to be sent
|
String |
resourceUrl()
Return the fully qualified URL of the requested resource.
|
cookies, fullPath, isKeepAlive, isWebsocket, method, path, requestId, uri, version@Deprecated Context currentContext()
currentContextView(). This method
will be removed in version 1.1.0.Context associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API.ContextContextView currentContextView()
ContextView associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API.ContextViewString[] redirectedFrom()
HttpHeaders requestHeaders()
@Nullable String resourceUrl()