# Functions
DefaultServer is a pre-defined Server that can be used to quickly initialise an HTTP server with basic configuration
param: <port> server port to listen
param: <strictSlashes> boolean value for strict slashes.
Logger middleware will log all incoming request and the function that handled that request.
NewRouter returns a mux.Router with given routes added pluggable to a standard http.Server handler
param: <routes> a Routes object with list of Route objects
param: <strictSlashes> defines the trailing slash behavior for new routes.
NewServer returns a vanilla Server definition for later configuration.
# Variables
RouteTable can be used for storing Routes.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author