This module defines functions and data structures for dealing with data in the application/x-www-form-urlencoded format as defined here: https://url.spec.whatwg.org/#application/x-www-form-urlencoded
Parses a set of query parameters from a query string. This implementation follows exactly the specification for parsing application/x-www-form-urlencoded data as per the URL specification found here: https://url.spec.whatwg.org/#urlencoded-parsing
This module defines functions and data structures for dealing with data in the application/x-www-form-urlencoded format as defined here: https://url.spec.whatwg.org/#application/x-www-form-urlencoded