The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Elasticsearch::Cxn::HTTPTiny - A Cxn implementation which uses HTTP::Tiny

VERSION

version 1.01

DESCRIPTION

Provides an HTTP Cxn class based on HTTP::Tiny. The HTTP::Tiny backend is fast, uses pure Perl, but doesn't provide persistent connections. If you are going to use it, make sure you have a high open filehandle limit (ulimit -l) so that your system doesn't run out of sockets.

This class does Elasticsearch::Role::Cxn::HTTP, whose documentation provides more information, Elasticsearch::Role::Cxn and Elasticsearch::Role::Is_Sync.

SEE ALSO

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004