# Functions
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
Debug is the DebugKey for debug mode.
# Type aliases
No description provided by the author