# Functions
CheckHawkAuthMethods validates a HTTP request, returning true if it's good.
InitConfig initialize the configuration.
NewRoutehandler creates a routeHandler object from a configuration.
# Structs
Config is the internal representation of the configuration file.
ConfigRoute is used in the configuration to map routes to handlers.