NAME

Request - useful utility functions for general Request functionality.

ABSTRACT

Utility library providing useful utility functions for general Request functionality.

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.

NAME

ABSTRACT

METHODS

USAGE

DESCRIPTION

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: Daniel David Parry <perl@ddp.me.uk>