mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03: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 |
||
---|---|---|
.. | ||
serializers | ||
validators | ||
frame_spec.js | ||
headers_spec.js | ||
http_spec.js | ||
pipeline_spec.js |