# Functions
No description provided by the author
NewServer creates a new ArborSever.
StartSecuredServer starts a secured arbor server (Token required for access)
Provide a set of routes to serve and a port to serve on.
StartUnsecuredServer starts an unsecured arbor server (Token required for access)
Provide a set of routes to server and a port to serve on/.
# Structs
ArborServer is a struct that manages the proxy server.
No description provided by the author