Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Solver HandlerFactory // Presents solutions to HTTP01 challenges to ACME CA.
}
Config configures the public, non-encrypted HTTP API of acmeproxy.
type HandlerFactory ¶
HandlerFactory creates handlers for use by the HTTP API's router.
type MockHandlerFactory ¶
type MockHandlerFactory struct { DelegateHandler http.Handler Params []map[string]string // contains filtered or unexported fields }
MockHandlerFactory creates an http.Handler which remembers the params it extracted from a request.
MockHandlerFactory may be called concurrently from multiple go routines. In this case the order of entries in Params is not guaranteed.
Click to show internal directories.
Click to hide internal directories.