Interface HttpClientRequest
-
- All Superinterfaces:
HttpRequest,Request
public interface HttpClientRequest extends HttpRequest
This API is taken from OpenZipkin Brave. Abstract request type used for parsing and sampling. Represents an HTTP Client request.- Since:
- 3.0.0
- Author:
- OpenZipkin Brave Authors, Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidheader(String name, String value)default Span.KindspanKind()-
Methods inherited from interface org.springframework.cloud.sleuth.http.HttpRequest
header, method, path, remoteIp, remotePort, route, url
-
Methods inherited from interface org.springframework.cloud.sleuth.http.Request
headerNames, unwrap
-
-