aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_qs.erl
AgeCommit message (Collapse)Author
2014-02-05Update copyright years0.5.0Loïc Hoguin
2013-11-08Add the cow_qs module for query string parsing and buildingLoïc Hoguin
Includes functions to encode and decode percent encoded strings that follow the application/x-www_form_urlencoded format. Query string parsing should be 3 times faster than the code that was in Cowboy, and will also create less intermediate variables.