Versions in this module Expand all Collapse all v1 v1.6.4 Jun 2, 2022 Changes in this version + const NoBundlerMessage + func NewAuthHandlerFromSigner(signer signer.Signer) (http.Handler, error) + func NewHandlerFromSigner(signer signer.Signer) (h *api.HTTPHandler, err error) + type AuthHandler struct + func (h *AuthHandler) Handle(w http.ResponseWriter, r *http.Request) error + func (h *AuthHandler) SetBundler(caBundleFile, intBundleFile string) (err error) + type Handler struct + func (h *Handler) Handle(w http.ResponseWriter, r *http.Request) error + func (h *Handler) SetBundler(caBundleFile, intBundleFile string) (err error)