Description
Perl applications can represent HTTP requests, responses, headers, and bodies as structured message objects. This is a foundation for clients, servers, tests, middleware, and web automation tools.
It is a protocol data library. Applications still need to validate headers, body sizes, encodings, and trust boundaries around incoming or remote HTTP data.