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

NAME

Gungho::Request - A Gungho Request Object

DESCRIPTION

Currently this class is exactly the same as HTTP::Request, but we're creating this separately in anticipation for a possible change

METHODS

new()

Creates a new Gungho::Request instance

id()

Returns a Unique ID for this request

clone()

Clones the request.

notes($key[, $value])

Associate arbitrary notes to the request

original_uri

Returns a cloned copy of the request URI, with the host name swapped to the original hostname before DNS substitution

requires_name_lookup

Returns true if the request object's uri host is not in an IP address format

format

Formats the request so that it's appropriate to send through a socket.