Registry / networking / nlnwa-whatwg-url

nlnwa-whatwg-url

JSON →
library0.6.2gogounverified

A Go implementation of the WHATWG URL specification for parsing and handling URLs.

go get github.com/nlnwa/whatwg-url
INSTALL
IMPORT
SIG · NLNWA-WHATWG-URL
N
nlnwa-whatwg-url
networkinggov0.6.2
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.

whatwgurl
github.com/nlnwa/whatwg-url

Parse a URL using the WHATWG specification.

package main import ( "fmt" "github.com/nlnwa/whatwg-url" ) func main() { u, _ := whatwgurl.Parse("https://example.com/path?q=1") fmt.Println(u.Hostname()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nlnwa-whatwg-url — go get nlnwa-whatwg-url · libregistry