mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
4f1866a263
no-issue There are a few libraries, including node core that when given an array for a query parameter will encode it as repeated query params. e.g. ``` {someParam: ['a', 'b']} // becomes '?someParam=a&someParam=b' ``` This adds a check for the value to stop us 500ing on repeated keys and to add easier interop with http clients |
||
---|---|---|
.. | ||
input | ||
handle.js | ||
index.js |