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

NAME

ElasticSearch::Transport::HTTPTiny - HTTP::Tiny based HTTP backend

DESCRIPTION

ElasticSearch::Transport::HTTPTiny uses HTTP::Tiny to talk to ElasticSearch over HTTP.

It is slightly (1%) faster thab ElasticSearch::Transport::HTTPLite.

SYNOPSIS

    use ElasticSearch;
    my $e = ElasticSearch->new(
        servers     => 'search.foo.com:9200',
        transport   => 'httptiny',
        timeout     => '10',
    );

SEE ALSO

LICENSE AND COPYRIGHT

Copyright 2010 - 2011 Clinton Gormley.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.