mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 14:22:07 +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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
filters.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |