binary-querystring
Query string parser, but computed values are binary, not strings.
Because not all binary data is a valid string.
Install
$ npm install binary-querystring
Use
const parse = const assert = const search = '?arg=some%20string&arg=%a3aacayeab%83%01%03%05ad%a1dffff%f4%00%01%02%03%04%05%06%07%08%09&stream-channels=true' const qs = assert
License
MIT