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.