Registry / networking / goware-urlx

goware-urlx

JSON →
library0.3.2gogounverified

Package urlx parses and normalizes URLs. It can also resolve hostname to an IP address.

go get github.com/goware/urlx
INSTALL
IMPORT
SIG · GOWARE-URLX
G
goware-urlx
networkinggov0.3.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.

urlx
github.com/goware/urlx

Parse and normalize a URL

package main import ( "fmt" "github.com/goware/urlx" ) func main() { u, _ := urlx.Parse("https://example.com/path") fmt.Println(u.Host) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
goware-urlx — go get goware-urlx · libregistry