
Data::Riak::HTTP - An interface to a Riak server, using its HTTP (REST) interface

version 1.6

The host the Riak server is on. Can be set via the environment variable DATA_RIAK_HTTP_HOST, and defaults to 127.0.0.1.
The port of the host that the riak server is on. Can be set via the environment variable DATA_RIAK_HTTP_PORT, and defaults to 8098.
The maximum value (in seconds) that a request can go before timing out. Can be set via the environment variable DATA_RIAK_HTTP_TIMEOUT, and defaults to 15.
This is the instance of LWP::UserAgent we use to talk to Riak.
The base URI for the Riak server.

Send a Data::Riak::HTTP::Request to the server.



This software is copyright (c) 2013 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.