Vexu / zuri

URI parser for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapQuery: make `;` an optional separator?

jedisct1 opened this issue · comments

Hi!

Currently, mapQuery() considers ; as a query parameters separator, like &.

The current situation is a little bit messy: golang/go#25192 (comment)

Do you think ; should be made optional (either via another parameter or another function) in zuri?

Do you think ; should be made optional

I wouldn't mind removing it entirely, based on that thread it seems hardly anyone ever used them.

Sounds like a reasonable thing to do.