NAME
Request
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) 2010 Daniel David Parry <perl@ddp.me.uk>