Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct {
Add map[string]string `json:"add"`
Set map[string]string `json:"set"`
Del []string `json:"del"`
}
func (*Header) Handler ¶
func (p *Header) Handler() fasthttp.RequestHandler
func (*Header) Process ¶
func (p *Header) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.