logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IM::Http - HTTP handler

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;
        }

Name

       IM::Http - HTTP handler

Synopsis

        use IM::Http;

        (rc, data) = http_process(spec, http_proxy, no_proxy)
            rc:
                0: success
                -1: failure

See Also