handy_httpd.components.form_urlencoded

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

Members

Functions

parseFormUrlEncoded
StringMultiValueMap parseFormUrlEncoded(string queryString, bool stripWhitespace)

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