Registry / networking / tomnomnom-linkheader

tomnomnom-linkheader

JSON →
library0.0.0-20250811210735-e5fe3b51442egogounverified

Provides functions for parsing HTTP Link headers, as defined in RFC 5988.

go get github.com/tomnomnom/linkheader
INSTALL
IMPORT
SIG · TOMNOMNOM-LINKHEAD
T
tomnomnom-linkheader
networkinggov0.0.0-20250811210735-e5fe3b51442e
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.

linkheader
github.com/tomnomnom/linkheader

Parses an HTTP Link header and prints the URLs and relations.

package main import ( "fmt" "github.com/tomnomnom/linkheader" ) func main() { header := `<https://api.example.com/users?page=2>; rel="next"` links := linkheader.Parse(header) for _, l := range links { fmt.Println(l.URL, l.Rel) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250811210735-e5fe3b51442elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tomnomnom-linkheader — go get tomnomnom-linkheader · libregistry