debian man page for im::http

Query: im::http

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IM::Http(3pm)						   Internet Message Perl modules					     IM::Http(3pm)

NAME
IM::Http - HTTP handler
SYNOPSIS
use IM::Http; (rc, data) = http_process(spec, http_proxy, no_proxy) rc: 0: success -1: failure
DESCRIPTION
The IM::Http module handles HTTP. This modules is provided by IM (Internet Message).
EXAMPLES
my($rc, $data) = http_process($spec, httpproxy(), noproxy()) if ($rc < 0) { exit 1; } foreach (@$data) { print; }
COPYRIGHT
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. IM151 2011-05-25 IM::Http(3pm)
Related Man Pages
imls(1p) - debian
log::message::config5.18(3pm) - mojave
log::message::config(3pm) - mojave
log::message::config(3pm) - osx
im::config(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph