atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Improve query string parsing

Open joepio opened this issue 3 years ago • 0 comments

Instead of relying on error-prone match statements like these, we could use a library like serde_qs to parse query strings.

Current implementation issues:

  • Wrong query params are ignored instead of throwing an error
  • Verbose

joepio avatar Sep 05 '22 18:09 joepio