
Data::Riak::Request - A request to Riak

version 1.6

This role is implemented by all available request classes in Data::Riak. Please see below for a list of all request classes and their associated result classes.
Refer to the specialised request and result classes for their respective documentation.


In order to be able to send requests through the HTTP backend, Data::Riak::HTTP, requests need to be able to describe themselfs as HTTP::Requests.
This method is required to return constructor arguments for HTTP::Request.

Class describing the result of a given request. See Data::Riak::Result.


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.