Parse HTTP/1.1 request into HTTP::Request/Response object
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.
$
pkg install p5-HTTP-ParserOrigin
www/p5-HTTP-Parser
Size
13.5KiB
License
not specified
Maintainer
markun@onohara.to
Dependencies
3 packages
Required by
2 packages