public interface HttpClientInfos extends HttpInfos
Modifier and Type | Method and Description |
---|---|
Context |
currentContext()
Return the current
Context associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response() or related terminating API. |
String[] |
redirectedFrom()
Return the previous redirections or empty array
|
String |
resourceUrl()
Return the fully qualified URL of the requested resource.
|
cookies, isKeepAlive, isWebsocket, method, path, uri, version
Context currentContext()
Context
associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response()
or related terminating API.Context
String[] redirectedFrom()
@Nullable String resourceUrl()