mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
The Perl 5 module HTTP::Parser is an HTTP request parser. It takes
|
|
chunks of text as received and returns a 'hint' as to what is
|
|
required, or returns the HTTP::Request when a complete request has
|
|
been read. HTTP/1.1 chunking is supported.
|