# Functions
NewRouter is convenience constructor for Router.
# Structs
DefaultRoute doesn't match a host but serves a default if none others match.
RegexpRoute matches hosts based on a regexp.
Router is a generic host router that has support for static, regexp, and default routes.
StaticRoute matches hosts staticly based on a simple string match.
# Interfaces
No description provided by the author