pkgsrc-Users archive

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

Re: URI Query parsing library for C++



On Mon, Dec 15, 2025 at 07:45:24AM +0100, Edgar Fuß wrote:
> Isn't the URI parsing that lighttpd does for you sufficient?

It doesn't parse the query string i.e. the x=1&y=2 part. It just gives it
as a single string. In fcgi I get it as QUERY_STRING.

Parsing may be trivial i.e. split the string on delimiter & and split the
fragments into key and value on =, also deal with % codes. But if some
library gives it readily that would be nicer.

-- 
Mayuresh



Home | Main Index | Thread Index | Old Index