Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + type Header struct + Add map[string]string + Del []string + Set map[string]string + func (p *Header) Handler() fasthttp.RequestHandler + func (p *Header) Init(c *middleware.Config) (err error) + func (p *Header) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler + func (p *Header) UnInit()