Registry / serialization / tent-http-link-go

tent-http-link-go

JSON →
library0.0.0-20130702225549-ac974c61c2f9gogounverified

Package link implements parsing and serialization of Link header values as defined in RFC 5988.

go get github.com/tent/http-link-go
INSTALL
IMPORT
SIG · TENT-HTTP-LINK-GO
T
tent-http-link-go
serializationgov0.0.0-20130702225549-ac974c61c2f9
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.

link
github.com/tent/http-link-go

Parses a Link header string and prints the URI of the first link.

package main import ( "fmt" "github.com/tent/http-link-go" ) func main() { links, _ := link.Parse(`<http://example.com>; rel="self"`) fmt.Println(links[0].URI) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130702225549-ac974c61c2f9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tent-http-link-go — go get tent-http-link-go · libregistry