$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rush Manbert (rush_at_[hidden])
Date: 2008-02-04 13:07:38
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