
4 Feb
2008
4 Feb
'08
6:07 p.m.
Marshall Clow wrote:
I am in need of a library to parse/encode/decode URLs. A quick look through the boost tree doesn't yield any obvious candidates.
Before I dive into writing my own, does anyone have any pointers/recommendations?
Thanks!
You could get libfetch and just use fetch.c/h for the make and parse URL routines. It takes a little hacking, but works well. - Rush