[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] org.conman.parsers.url 2.0.2 released
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 4 Jun 2020 21:27:22 -0300
> query = "q=foo%20bar&lang=en",
Shouldn't query be a table?
query = { q = "foo bar", lang = "en" }
Or are there helper functions for that?