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

NAME

HTTP::StreamParser::Request - streaming parser for HTTP response data

VERSION

version 0.101

SYNOPSIS

DESCRIPTION

METHODS

state_sequence

Returns the sequence of states this request can be in, as a list.

request_method

Parse the request method. Expects a single word.

request_uri

Parse the URI. May be an empty string.

request_version

Parse the HTTP version stanza. Probably HTTP/1.1.

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2013. Licensed under the same terms as Perl itself.