Package io.micrometer.tracing.http
Interface HttpClientRequest
- All Superinterfaces:
HttpRequest,Request
Deprecated.
scheduled for removal in 1.4.0
This API is taken from OpenZipkin Brave.
Abstract request type used for parsing and sampling. Represents an HTTP Client request.
- Since:
- 1.10.0
-
Method Summary
Methods inherited from interface io.micrometer.tracing.http.HttpRequest
header, method, path, remoteIp, remotePort, route, urlMethods inherited from interface io.micrometer.tracing.http.Request
headerNames, unwrap
-
Method Details
-
header
Deprecated.Adds a new header.- Parameters:
name- header namevalue- header value
-
kind
default io.micrometer.observation.transport.Kind kind()Deprecated.Description copied from interface:RequestReturns the transport kind.
-