# Functions
Get gets value of type T from context.
GetLogErrHook gets the hook function from the context which sets the error to server error log.
GetRequestID gets the request ID from the context.
Set sets given value T to the context by given Key.
SetLogErrHook sets the hook function to the context.
SetRequestID sets the request ID to the context.
# Type aliases
Key represents a context Key with custom type.