lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>           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?