NAME
IO::Lambda::HTTP::UserAgent - common properties for http requests
DESCRIPTION
The module is a simple convenience wrapper for IO::Lambda::HTTP::Client
for shared properties such as cookies, connection cache, etc.
SYNOPSIS
use IO::Lambda::HTTP::UserAgent;
use HTTP::Request;
my $ua = IO::Lambda::HTTP::UserAgent->new;
$ua->request( HTTP::Request->new( .. ) )->wait;