# Functions
AssignAuthenticatedUserIDToCxt.
AssignRequestBodyToCtx.
AssignRequestIDToCtx will assign a brand new request ID to a http request.
GetAuthenticatedUserIDFromCtx.
GetRequestBodyFromCtx.
GetRequestIDFromCtx will get reqID from a http request and return it as a string.
IsDebugDataEnabled returns bool when the custom header "X-Debug-Enabled" is present and with a value of "true" in the request.