im::http(3pm) debian man page | unix.com

Man Page: im::http

Operating Environment: debian

Section: 3pm

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
imgrep(1p) - debian
log::message::config(3pm) - mojave
log::message::config(3pm) - suse
http::request(3pm) - debian
mojo::message::response(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?