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
|
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, uri, version
Context currentContext()
Context
associated with the Mono/Flux exposed
via HttpClient.ResponseReceiver.response()
or related terminating API.Context
String[] redirectedFrom()
HttpHeaders requestHeaders()
@Nullable String resourceUrl()