-
-
13 Dec 2003 20:55:25 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (4)
- Testers (368 / 158 / 0)
- Kwalitee
Bus factor: 0- 72.22% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (15.68KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.15
- Change the response headers to be an array ref for mhttp_split_headers()
Modules
this library provides reasonably low level access to the HTTP protocol, for perl. This does not replace LWP (what possibly could :-) but is a cut for speed. It also supports all of HTTP 1.0, so you have GET, POST, PUT, HEAD, and DELETE. Some support of HTTP 1.1 is available - sepcifically Transfer-Encoding = chunked and the Keep-Alive extensions.Other files
Module Install Instructions
To install HTTP::MHTTP, copy and paste the appropriate command in to your terminal.
cpanm HTTP::MHTTP
perl -MCPAN -e shell install HTTP::MHTTP
For more information on module installation, please visit the detailed CPAN module installation guide.