Documentation
¶
Index ¶
- type Header
- type Headers
- func (h *Headers) Add(key, value string) *Headers
- func (h *Headers) AddHeader(key string, header Header) *Headers
- func (h *Headers) AddStatus(key, value string, status bool) *Headers
- func (h *Headers) Find(key string) ([]Header, bool)
- func (h *Headers) FindIndex(key string, index int) (*Header, bool)
- func (q *Headers) SizeOf(key string) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Headers ¶
func NewHeaders ¶
func NewHeaders() *Headers
Click to show internal directories.
Click to hide internal directories.