# Functions
No description provided by the author
GetDebug will get debug mode from a http request and return it.
No description provided by the author
GetPublicKey returns public key from the context.
GetRequestID will get reqID from a http request and return it as a string.
GetResponseCode returns http response status code from the context.
SetDebug will set debug mode to a http request.
SetRandomRequestID will attach a brand new request ID to a http request.
No description provided by the author
SetResponseCode sets http response status code on the context.
# Constants
ContextKeyRequestID is the ContextKey for RequestID.
Debug is the DebugKey for debug mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ContextKey is used for context.Context value.
No description provided by the author