Apache-Sling
view release on metacpan or search on metacpan
lib/Apache/Sling/Request.pm view on Meta::CPAN
#}}}
1;
__END__
=head1 NAME
Apache::Sling::Request - Functions used for making HTTP Requests to an Apache Sling instance.
=head1 ABSTRACT
useful utility functions for general Request functionality.
=head1 METHODS
=head2 string_to_request
Function taking a string and converting to a GET or POST HTTP request.
=head2 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.
=head1 USAGE
use Apache::Sling::Request;
=head1 DESCRIPTION
Utility library providing useful utility functions for general Request functionality.
=head1 REQUIRED ARGUMENTS
None required.
=head1 OPTIONS
n/a
=head1 DIAGNOSTICS
n/a
=head1 EXIT STATUS
0 on success.
=head1 CONFIGURATION
None required.
=head1 DEPENDENCIES
=head1 INCOMPATIBILITIES
None known.
=head1 BUGS AND LIMITATIONS
None known.
=head1 AUTHOR
Daniel David Parry <perl@ddp.me.uk>
=head1 LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>
( run in 0.837 second using v1.01-cache-2.11-cpan-5a3173703d6 )