HttpRequest.See: Description
| Interface | Description | 
|---|---|
| ClientContextPathProvider | A contract for providing a context path to a client. | 
| ServerContextPathProvider | A contract for providing a context path to a server. | 
| Class | Description | 
|---|---|
| ServerRequestContext | The holder for the current  HttpRequestthat is bound to instrumented threads. | 
| ServerRequestTracingPublisher | A reactive streams publisher that instruments an existing publisher ensuring execution is
 wrapped in a  ServerRequestContext. | 
HttpRequest.