Registry / networking / gobwas-httphead

gobwas-httphead

JSON →
library0.1.0gogounverified

Provides utilities for parsing HTTP and HTTP-grammar compatible text protocol headers.

go get github.com/gobwas/httphead
INSTALL
IMPORT
SIG · GOBWAS-HTTPHEAD
G
gobwas-httphead
networkinggov0.1.0
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.

httphead
github.com/gobwas/httphead

Parses an HTTP header value.

package main import ( "fmt" "github.com/gobwas/httphead" ) func main() { // Example: parse a header value ok, val := httphead.ParseValue([]byte("text/html")) fmt.Println(ok, string(val)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gobwas-httphead — go get gobwas-httphead · libregistry