Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Headers ¶
type Headers struct { CustomRequestHeaders map[string]string `cfg:"custom_request_headers"` CustomResponseHeaders map[string]string `cfg:"custom_response_headers"` }
Headers is a middleware that allows to add custom headers to the request and response.
Delete the header, set empty values.
func (*Headers) Middleware ¶
func (h *Headers) Middleware() echo.MiddlewareFunc
Click to show internal directories.
Click to hide internal directories.