tokuhirom's Blog

Net::Groonga::HTTP をだした。

https://metacpan.org/module/Net::Groonga::HTTP

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->data);

Groonga の HTTP インターフェースをベタなかんじでたたけるライブラリがほしいなって。

ちょっと時間がなくてテストが皆無ですが、だいたいうごいています。

おためしあれ。