The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::EveOnline::EveCentral::Request - Base class for the Request::* classes.

VERSION

version 0.001

SYNOPSIS

DESCRIPTION

Base class for the Request::* classes, this class exists to provide the http_request method.

METHODS

http_request

Creates a HTTP::Request object using the object's fields as parameters and GET as the HTTP method.

AUTHOR

Pedro Figueiredo <me@pedrofigueiredo.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Pedro Figueiredo.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.