NET-A-PORTER / scala-uri

Simple scala library for building and parsing URIs
Other
261 stars 33 forks source link

Feature request: Query string parsing #112

Closed 0xABAB closed 8 years ago

0xABAB commented 8 years ago

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

theon commented 8 years ago

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.