haskell / network-uri

URI manipulation facilities
Other
24 stars 33 forks source link

can't parse [] in request parameters #38

Closed shmish111 closed 6 years ago

shmish111 commented 6 years ago

[ and ] should be allowed in request parameters but it seems that they are not.

ezrakilty commented 6 years ago

Why do you say they should be allowed? It seems to me they shouldn't, being in the reserved set: https://tools.ietf.org/html/rfc3986#section-2.2