Expand description
Node querystring module: parse/stringify (with the escape/unescape
aliases encode/decode). Values are percent-decoded/encoded with +
standing for a space, the legacy application/x-www-form-urlencoded rules
Node’s querystring uses (distinct from the qs package express also ships).