libhttp-tiny-perl

Perl module that implements a small, simple, correct http/1.1 client
  https://metacpan.org/release/HTTP-Tiny
  0
  no reviews



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.