public interface HttpClientInfos extends HttpInfos
| Modifier and Type | Method and Description |
|---|---|
reactor.util.context.Context |
currentContext()
Deprecated.
Use
currentContextView(). This method
will be removed in version 1.1.0. |
reactor.util.context.ContextView |
currentContextView()
Return the current
ContextView associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API. |
java.lang.String[] |
redirectedFrom()
Return the previous redirections or empty array
|
io.netty.handler.codec.http.HttpHeaders |
requestHeaders()
Return outbound headers to be sent
|
java.lang.String |
resourceUrl()
Return the fully qualified URL of the requested resource.
|
cookies, fullPath, isKeepAlive, isWebsocket, method, path, requestId, uri, version@Deprecated reactor.util.context.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.Contextreactor.util.context.ContextView currentContextView()
ContextView associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API.ContextViewjava.lang.String[] redirectedFrom()
io.netty.handler.codec.http.HttpHeaders requestHeaders()
@Nullable java.lang.String resourceUrl()