# Functions

FromHTTPRequest returns a Middleware HandlerFunc that tries to join with an OpenTracing trace found in the HTTP request headers and starts a new Span called `operationName`.
ToHTTPRequest returns a RequestFunc that injects an OpenTracing Span found in context into the HTTP Headers.

# Type aliases

HandlerFunc is a middleware function for incoming HTTP requests.
RequestFunc is a middleware function for outgoing HTTP requests.