Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefault ¶
func ModifyAfterUseMiddleware ¶
func ModifyAfterUseMiddleware(fn ModifyAfterUseHeadersFn) (mw func(next http.Handler) http.Handler)
func ModifyMiddleware ¶
func ModifyMiddleware(fn ModifyHeadersFn) (mw func(next http.Handler) http.Handler)
Types ¶
type ModifyAfterUseHeadersFn ¶
type ModifyAfterUseHeadersFn = func(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.