
Http::tiny is a very simple http/1.1 client, designed primarily for doing simple get requests without the overhead of a large framework like lwp::useragent.
it is more correct and more complete than http::lite. it supports proxies (currently only non-authenticating ones) and redirection. it also correctly resumes after eintr.