# Functions
NewRouter creates an http.Handler which serves acmeproxy's public, non-encrypted HTTP API.
# Structs
Config configures the public, non-encrypted HTTP API of acmeproxy.
MockHandlerFactory creates an http.Handler which remembers the params it extracted from a request.
# Interfaces
HandlerFactory creates handlers for use by the HTTP API's router.