|
NAMENet::Groonga::HTTP - Client library for Groonga httpd. SYNOPSIS use Net::Groonga::HTTP;
my $groonga = Net::Groonga::HTTP->new(
end_point => 'http://127.0.0.1:10041/d/',
);
my $res = $groonga->status();
use Data::Dumper; warn Dumper($res);
DESCRIPTIONNet::Groonga::HTTP is a client library for Groonga http server. Groonga is a fast full text search engine. Please look <http://groonga.org/>. CONSTRUCTORNet::Groonga::HTT->new(%args); You can create instance with following arguments:
METHODS
LICENSECopyright (C) tokuhirom. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORtokuhirom <tokuhirom@gmail.com>
|