ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
339 B
Text
7 lines
339 B
Text
HTTP::Parser is a stateful HTTP request/response parsing module.
|
|
|
|
It accepts chunks of data passed to it and returns either a completion hint
|
|
or an HTTP::Request (or Response) object when it has the entire request. It
|
|
was originally written to be part of a simple Event.pm-based HTTP server.
|
|
|
|
WWW: https://metacpan.org/release/HTTP-Parser
|