Further, when retrieving multiple parameters, you have a Shlemiel-the-painter algorithm.
https://www.joelonsoftware.com/2001/12/11/back-to-basics/
Thanks, good author. I also like to read him. Honestly not parsing the whole query string at once feels kind of dumb. To quote myself:
> In practice you would probably parse all parameters at once and maybe use a library.
Thanks, good author. I also like to read him. Honestly not parsing the whole query string at once feels kind of dumb. To quote myself:
> In practice you would probably parse all parameters at once and maybe use a library.