# Packages
Package handlers implements various route handlers.
Package middlewares implements all the necessary HTTP middlewares.
# Functions
NewHTTPServer creates a router instance and sets up the necessary routes/handlers.
# Structs
HTTPServer embeds the http.Server along with the various other properties.