feature/query-and-error-handler
Hi,
there are a couple things that still need to be done.
- I've looked up the official WhatWG algorithm, please read it carefully: https://url.spec.whatwg.org/#urlencoded-parsing 2.…
feature/query-and-error-handler
It's almost what I was thinking of.
I was thinking we don't need to build the map at all.
If the user requests x
we can just iterate over all query params and only return the value for…
feature/query-and-error-handler
I just saw that this work has already been done: https://cs.opensource.google/go/go/+/refs/tags/go1.24.5:src/strings/iter.go;l=70-76