# Functions
RequestID is a middleware that injects a request ID into the context of each request.
No description provided by the author
GetReqID returns a request ID from the given context if one is present.
# Constants
RequestIDKey is the key that holds th unique request ID in a request context.