[erlang-questions] Should uri_string:dissect_query/1 be able to parse this?

Leo Liu sdl.web@REDACTED
Fri May 10 04:31:47 CEST 2019


uri_string is a solid module and great addition. I like using it
whenever possible. But,

  > uri_string:dissect_query("b=12&a").
  {error,missing_value,<<>>}

whenever there is a key without a trailing =.

Does it make more sense to be able to parse these query strings?




More information about the erlang-questions mailing list