NET-A-PORTER/scala-uri

Feature request: Query string parsing

0xABAB opened this issue · 1 comments

It would be nice to have query string parsing implemented too (that is, strings which are not full URLs).

theon commented

Thanks for the request!

I have published a new version 0.4.14 which has a Uri.parseQuery method that will return you an instance of QueryString. Let me know if that fits your needs.