Documentation ¶ Index ¶ func Nonce() string func WriteNonce(w http.ResponseWriter, nonce string) type Config func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config type Service func New(config *Config) Service func (s Service) Middleware(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Nonce ¶ added in v4.35.0 func Nonce() string func WriteNonce ¶ added in v4.35.0 func WriteNonce(w http.ResponseWriter, nonce string) Types ¶ type Config ¶ type Config struct { CSP string FrameOptions string HSTS bool } func Flags ¶ func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config type Service ¶ added in v4.64.0 type Service struct { // contains filtered or unexported fields } func New ¶ func New(config *Config) Service func (Service) Middleware ¶ added in v4.64.0 func (s Service) Middleware(next http.Handler) http.Handler Source Files ¶ View all Source files nonce_writer.go owasp.go Click to show internal directories. Click to hide internal directories.