# Functions
NewServer creates a new Arbor Server.
No description provided by the author
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