# Functions
NewFrontend builds and starts http bittorrent frontend from provided configuration.
# Constants
DefaultAnnounceRoute is the default url path to listen announce requests if nothing else provided.
DefaultScrapeRoute is the default url path to listen scrape requests if nothing else provided.
Name - registered name of the frontend.
# Structs
Config represents all configurable options for an HTTP BitTorrent Frontend.
ParseOptions is the configuration used to parse an Announce Request.