urlquery
Query parser
A URL query string encoder and parser written in Go.
URL Query string Encoder and Parser based on go
60 stars
2 watching
13 forks
Language: Go
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
google/go-querystring | A library for encoding structs into URL query parameters | 2,006 |
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
tomwright/queryparam | Converts URL query parameters into struct values of the correct types | 19 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
golgote/neturl | URL parser and builder library with normalization, path segmentation, and query string handling capabilities | 252 |
antchfx/htmlquery | A Golang package for extracting data from HTML documents using XPath expressions. | 744 |
elgs/jsonql | A JSON query expression library in Golang. | 276 |
herloct/url-parser | A tool for parsing and extracting specific parts of URLs from command-line input. | 11 |
s-m-i-t-a/database_url | A module to parse and normalize database URLs for use in Elixir applications. | 9 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,127 |
shhavel/uri_query | A utility library for encoding and parsing URI query parameters in Elixir. | 13 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 781 |
yanagieiichi/uparams | A utility library for parsing and manipulating URL query strings and hash values | 3 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
pitiphong-p/urlqueryitemencoder | Encodes any Encodable value into an array of URLQueryItem objects | 64 |