NAME

HTTP::Promise::Pool - HTTP Connections Cache

SYNOPSIS

use HTTP::Promise::Pool;
my $this = HTTP::Promise::Pool->new ||
    die( HTTP::Promise::Pool->error, "\n" );

VERSION

v0.1.0

DESCRIPTION

This modules managed a cache of HTTP connections.

METHODS

host

host_port

port

push

reset

steal

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

HTTP::Promise, HTTP::Promise::Request, HTTP::Promise::Response, HTTP::Promise::Message, HTTP::Promise::Entity, HTTP::Promise::Headers, HTTP::Promise::Body, HTTP::Promise::Body::Form, HTTP::Promise::Body::Form::Data, HTTP::Promise::Body::Form::Field, HTTP::Promise::Status, HTTP::Promise::MIME, HTTP::Promise::Parser, HTTP::Promise::IO, HTTP::Promise::Stream, HTTP::Promise::Exception

COPYRIGHT & LICENSE

Copyright(c) 2022 DEGUEST Pte. Ltd.

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.