A string, Buffer, or an array of these, each containing "key=value"
format data.
An object where each key is mapped to its corresponding decoded value.
Decodes an input buffer or array of buffers (or strings) containing
"key=value"
pairs into a single object mapping keys to values.
Each input item is expected to be a string or Buffer representing one key-value pair.
Items that do not match the "key=value"
pattern are ignored.
A string, Buffer, or an array of these, each containing "key=value"
format data.
An object where each key is mapped to its corresponding decoded value.
Decodes an input buffer or array of buffers (or strings) containing
"key=value"
pairs into a single object mapping keys to values.Each input item is expected to be a string or Buffer representing one key-value pair. Items that do not match the
"key=value"
pattern are ignored.