Registry / utility / go-zoox-headers

go-zoox-headers

JSON →
library1.0.8gogounverified

A Go library for parsing and manipulating HTTP headers.

go get github.com/go-zoox/headers
INSTALL
IMPORT
SIG · GO-ZOOX-HEADERS
G
go-zoox-headers
utilitygov1.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

headers
github.com/go-zoox/headers

Creates a new headers map, sets a header, and retrieves it.

package main import ( "fmt" "github.com/go-zoox/headers" ) func main() { h := headers.New() h.Set("Content-Type", "application/json") fmt.Println(h.Get("Content-Type")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
go-zoox-headers — go get go-zoox-headers · libregistry