elysiajs / elysia

Ergonomic Framework for Humans
https://elysiajs.com
MIT License
10.15k stars 217 forks source link

parseQuery is able to return Record<string, string | string[] | undefined> #604

Open MatthewAry opened 5 months ago

MatthewAry commented 5 months ago

I've created this PR because I made a pr to eden and because fast-querystring is able to handle arrays in a query string. Elysia uses fast-querystring to decode the query strings from requests thus, this more accurately reflects those capabilities.