# Functions
New creates a new Server.
NewRoutingTable creates a new RoutingTable.
WithHost sets the host to bind in the config.
WithPort sets the port in the config.
WithTLSPort sets the TLS port in the config.
# Structs
A RoutingTable contains the information needed to route a request.
A Server serves HTTP pages.
# Type aliases
An Option modifies the config.