Versions in this module Expand all Collapse all v0 v0.1.3 Apr 29, 2026 Changes in this version + type Headers struct + func NewHeaders() Headers + func (h Headers) Get(key string) (string, bool) + func (h Headers) Length() int + func (h Headers) Overwrite(key, value string) + func (h Headers) Parse(data []byte) (n int, done bool, err error) + func (h Headers) Range() <-chan [2]string + func (h Headers) Remove(key string) + func (h Headers) Set(key, value string) v0.1.2 Apr 29, 2026