summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Tiny/DESCR
blob: 24adeb0a3920cad16a0f2ef63a726d525647915b (plain)
1
2
3
4
5
6
This is a very simple HTTP/1.1 client, designed 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.