Registry / utility / puerkitobio-urlesc

puerkitobio-urlesc

JSON →
library0.0.0-20170810143723-de5bf2ad4578gogounverified

Package urlesc implements query escaping as per RFC 3986, allowing some reserved characters incorrectly escaped by net/url.

go get github.com/PuerkitoBio/urlesc
INSTALL
IMPORT
SIG · PUERKITOBIO-URLESC
P
puerkitobio-urlesc
utilitygov0.0.0-20170810143723-de5bf2ad4578
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.

urlesc
✓ github.com/PuerkitoBio/urlesc

Escape a query string using urlesc.

package main import ( "fmt" "github.com/PuerkitoBio/urlesc" ) func main() { escaped := urlesc.QueryEscape("hello world") fmt.Println(escaped) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170810143723-de5bf2ad4578latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
puerkitobio-urlesc — go get puerkitobio-urlesc · libregistry