Hub::Webapp::HTTP - HTTP Connection Wrapper
Part of the Hub Library
use Hub qw(:standard);
callback( &main );
sub main {
my $resp = httpget('http://my.server.ip');
print $$resp{'body'};
}
| http | httpget |
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
| _uri_split |
Ryan Gies
Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.
Copyright (c) 2000-2005 Ryan Gies. All rights reserved.
This file created by on at