# Packages
No description provided by the author
# Functions
InitApp takes in envars and sets up the router and settings that will be used for the unstarted server.
InitRouter sets up the router (and subrouters).
# Structs
APIContext stores the session info and access token per user.
Context represents the context for all requests that do not need authentication.
LogContext stores the session info and access token per user.
SecureContext stores the session info and access token per user.
UAAContext stores the session info and access token per user.
# Type aliases
ResponseHandler is a type declaration for the function that will handle the response for the given request.