NAME

Hub::Webapp::HTTP - HTTP Connection Wrapper

Part of the Hub Library

SYNOPSIS

use Hub qw(:standard);
callback( &main );
sub main {
    my $resp = httpget('http://my.server.ip');
    print $$resp{'body'};
}

DESCRIPTION

METHODS

http httpget
http

HTTP Transmit and respond

Usage: http $uri, $content, [option]

options:

-cookie_jar=$cookie_jar         Implements HTTP::Cookies
-raw                            Return the raw HTTP::Response object

-method=GET|POST                HTTP Method
-agent=$string                  User agent identifier
-content_type=$string           Content type
httpget

HTTP Get

INTERNAL

_uri_split
_uri_split

Obtain pieces of URI information

AUTHOR

Ryan Gies

COPYRIGHT

Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.

Copyright (c) 2000-2005 Ryan Gies. All rights reserved.

UPDATED

This file created by on at