Files
Automata/packages/nodes-base/nodes/HttpRequest.node.ts
Kaito Udagawa 800e5ec97f Add support of array in querystring (#1914)
*  Add support of array in querystring

In the HTTP Request node, a parameter that appeared multiple times with the same name will be converted into an array.
Any parameters that appeared only once will be kept in the form of a string for backward compatibility.

*  Prefer spread operator
2021-07-10 23:51:35 +02:00

27 KiB