Skip to content

Provides PHP "parse_str" style URL parsing to Golang

License

Notifications You must be signed in to change notification settings

donatj/parsestr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parsestr

GoDoc CI Go Report Card

Parsestr is a simple Golang library emulating the query parsing behavior of the PHP parse_str.

Parsestr works by extending the Golang standard url.Values allowing parsing of PHP style foo[bar]=baz&qux[]=quux query strings.

About

Provides PHP "parse_str" style URL parsing to Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages