mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c380f6be74
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: http://search.cpan.org/dist/HTTP-Parser/ PR: ports/120159 Submitted by: Masahiro Teramoto <markun at onohara.to>
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
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: http://search.cpan.org/dist/HTTP-Parser/
|