Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Elasticsearch::Cxn::LWP - A Cxn implementation which uses LWP
VERSION
version 1.05
DESCRIPTION
Provides an HTTP Cxn class and based on LWP. The LWP backend uses pure Perl and persistent connections.
This class does Elasticsearch::Role::Cxn::HTTP, whose documentation provides more information, Elasticsearch::Role::Cxn and Elasticsearch::Role::Is_Sync.
CONFIGURATION
Inherited configuration
From Elasticsearch::Role::Cxn::HTTP
METHODS
perform_request()
($status,$body) = $self->perform_request({
# required
method => 'GET|HEAD|POST|PUT|DELETE',
path => '/path/of/request',
qs => \%query_string_params,
# optional
data => $body_as_string,
mime_type => 'application/json',
timeout => $timeout
});
Sends the request to the associated Elasticsearch node and returns a $status
code and the decoded response $body
, or throws an error if the request failed.
Inherited methods
From Elasticsearch::Role::Cxn::HTTP
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