# Functions

ConfiguredRequestID is a middleware just like RequestID except that you configure the header to use.
GetReqID returns a request ID from the given context if one is present.
RequestID is a middleware that injects a request ID into the context of each request.

# Constants

RequestIDKey is the key that holds the unique request ID in a request context.