apity icon indicating copy to clipboard operation
apity copied to clipboard

feat: support array in search params query string

Open fMeow opened this issue 1 year ago • 0 comments

support array format in url search params.

A future direction may be to support more array format.

{foo: ['1', '2', '3']}
//=> 'foo[]=1&foo[]=2&foo[]=3'

This has not made into specification though. A further discussion can be found here.

fMeow avatar Dec 23 '23 12:12 fMeow