mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
HTTP::Body parses chunks of HTTP POST data and supports
|
|
application/octet-stream, application/x-www-form-urlencoded, and
|
|
multipart/form-data.
|
|
|
|
Chunked bodies are supported by not passing a length value to new().
|
|
|
|
It is currently used by Catalyst to parse POST bodies.
|