Versions in this module Expand all Collapse all v1 v1.0.0 Aug 7, 2019 Changes in this version + type Carrier struct + func New(h *fasthttp.RequestHeader) Carrier + func (c Carrier) ForeachKey(handler func(key, val string) error) (err error) + func (c Carrier) Set(key, val string)