IM::Http(3pm) | Internet Message Perl modules | IM::Http(3pm) |
IM::Http - HTTP handler
use IM::Http; (rc, data) = http_process(spec, http_proxy, no_proxy) rc: 0: success -1: failure
The IM::Http module handles HTTP.
This modules is provided by IM (Internet Message).
my($rc, $data) = http_process($spec, httpproxy(), noproxy()) if ($rc < 0) { exit 1; } foreach (@$data) { print; }
IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details.
2016-10-10 | IM153 |