package
0.1.0
Repository: https://github.com/fhofherr/acmeproxy.git
Documentation: pkg.go.dev

# 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.