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

NAME

Apache::Sling::Request - Functions used for making HTTP Requests to an Apache Sling instance.

ABSTRACT

useful utility functions for general Request functionality.

METHODS

string_to_request

Function taking a string and converting to a GET or POST HTTP request.

request

Function to actually issue an HTTP request given a suitable string representation of the request and an object which references a suitable LWP object.

USAGE

use Apache::Sling::Request;

DESCRIPTION

Utility library providing useful utility functions for general Request functionality.

REQUIRED ARGUMENTS

None required.

OPTIONS

n/a

DIAGNOSTICS

n/a

EXIT STATUS

0 on success.

CONFIGURATION

None required.

DEPENDENCIES

INCOMPATIBILITIES

None known.

BUGS AND LIMITATIONS

None known.

AUTHOR

Daniel David Parry <perl@ddp.me.uk>

LICENSE AND COPYRIGHT

LICENSE: http://dev.perl.org/licenses/artistic.html

COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>