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.