Documentation ¶
Overview ¶
Package headers Middleware based on https://github.com/unrolled/secure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶
type Header struct {
// contains filtered or unexported fields
}
Header is a middleware that helps setup a few basic security features. A single headerOptions struct can be provided to configure which features should be enabled, and the ability to override a few of the default values.
func (*Header) PostRequestModifyResponseHeaders ¶
PostRequestModifyResponseHeaders set or delete response headers. This method is called AFTER the response is generated from the backend and can merge/override headers from the backend response.
Click to show internal directories.
Click to hide internal directories.