Documentation
¶
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Headers ¶
type Headers struct {
// contains filtered or unexported fields
}
func NewHeaders ¶
func NewHeaders() Headers
Click to show internal directories.
Click to hide internal directories.