Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.219.483 Times

Http Tunnel software
Filter: All | Freeware | Demo
 

Http Tunnel

< 1 2 3 4 5 > 
Added: November 07, 2010 | Visits: 923

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): HTTP::Server::Simple::Mason Download

Added: January 11, 2010 | Visits: 702

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: May 06, 2010 | Visits: 994

HTTP::Handle HTTP::Handle is a HTTP Class designed for streaming. SYNOPSIS use HTTP::Handle; my $http = HTTP::Handle->new( uri => "http://www.google.com/" ); $http->connect(); my $fd = $http->fd(); while (<$fd>) { print "--> $_"; } The HTTP::Handle module allows you to make HTTP requests and...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): HTTP::Handle Download

Added: January 15, 2010 | Visits: 1.345

HTTP Navigator 2.2 HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages. HTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and...


Platforms: *nix

License: Freeware Download (134): HTTP Navigator 2.2 Download

Added: April 26, 2010 | Visits: 928

HTTP::GetImages HTTP::GetImages is a spider to recover and store images from web pages. SYNOPSIS use HTTP::GetImages; $_ = new HTTP::GetImages ( dir => ., todo => [http://www.google.com/,], dont => [http://www.somewhere/ignorethis.html,http://and.this.html], chat => 1, ); $_->print_imgs;...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): HTTP::GetImages Download

Added: September 09, 2010 | Visits: 1.108

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: February 09, 2010 | Visits: 2.806

Gnome SSH Tunnel Manager Gnome SSH Tunnel Manager (gSTM) provides a convenient front-end for the cumbersome ssh commandline. Tunnel configurations are stored in a simple XML format with support for both local and remote port redirection. Tunnels can be individually started and stopped from the simple main dialog with...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (151): Gnome SSH Tunnel Manager Download

Added: January 14, 2010 | Visits: 1.377

Tunnel Vision TunnelVision creates an encrypted VirtualPrivateNetwork, or VPN, between two Tunnel Vision-capable sites on the Internet. TunnelVision creates an encrypted VirtualPrivateNetwork?, or VPN, between two Tunnel Vision-capable sites on the Internet. Realistically, that means sites with a Linux...


Platforms: *nix

License: Freeware Size: 101.38 KB Download (121): Tunnel Vision Download

Added: September 08, 2010 | Visits: 1.176

HTTP::DAV HTTP::DAV is a WebDAV client library for Perl5. SYNOPSIS # DAV script that connects to a webserver, safely makes # a new directory and uploads all html files in # the /tmp directory. use HTTP::DAV; $d = new HTTP::DAV; $url = "http://host.org:8080/dav/"; $d->credentials(...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (342): HTTP::DAV Download

Added: January 09, 2010 | Visits: 1.142

HTTP::Browscap HTTP::Browscap is a Perl module that can parse and search browscap.ini files. SYNOPSIS use HTTP::Browscap; my $capable = browscap(); if( $capable->{wap} ) { output_WAP(); } if( $capable->{css} > 1 ) { # Browser can handle CSS2 } # OO interface my $BC = HTTP::Browscap->new(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): HTTP::Browscap Download

Added: May 27, 2010 | Visits: 966

HTTP Server type httptype is a program that returns the http host software of a website. It is written in Perl. httptype reads a list of http hosts and optionally the port number for each of these. It queries each host, displaying the type of HTTP server running on that host. It reads the http_proxy and...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTTP Server type Download

Added: October 08, 2010 | Visits: 726

HTTP::MobileAgent::DoCoMo HTTP::MobileAgent::DoCoMo is a NTT DoCoMo implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "DoCoMo/1.0/P502i/c10"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "DoCoMo" printf "Ver: %sn", $agent->version; # 1.0 printf "HTML ver:...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): HTTP::MobileAgent::DoCoMo Download

Added: November 27, 2010 | Visits: 646

HTTP::MobileAgent::EZweb HTTP::MobileAgent::EZweb is a EZweb implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "UP.Browser/3.01-HI02 UP.Link/3.2.1.2"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "UP.Browser" printf "Version: %sn", $agent->version; # 3.01...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HTTP::MobileAgent::EZweb Download

Added: July 15, 2010 | Visits: 1.271

http-analyze http-analyze is a log analyzer for web servers. It analyzes the logfile of a web server and creates a comprehensive summary report from the information found there. http-analyze has been optimized to process large logfiles as fast as possible. http-analyze can be used with any web server...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (158): http-analyze Download

Added: June 22, 2010 | Visits: 746

HTTP::WebTest HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method arguments) $webtest->run_tests($tests);...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (89): HTTP::WebTest Download

Added: June 22, 2010 | Visits: 737

HTTP::MobileAgent::JPhone HTTP::MobileAgent::JPhone Perl module is a J-Phone implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "J-PHONE/2.0/J-DN02"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "J-PHONE" printf "Version: %sn", $agent->version; # 2.0 printf...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (103): HTTP::MobileAgent::JPhone Download

Released: March 06, 2010  |  Added: July 12, 2010 | Visits: 1.454

HSLAB HTTP Monitor STD HSLAB HTTP Monitor is a complete solution for connections visualization and performance data for Apache HTTP servers Web in real time. The information is collects remotely, the server and the HTTP Monitor can works from different places without any restrictions. This software connects to the...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 3.11 MB Download (806): HSLAB HTTP Monitor STD Download

Released: May 25, 2010  |  Added: June 02, 2010 | Visits: 2.764

Send HTTP Tool Powerful and free bugging/testing tool for web sites and web application. With Send HTTP Tool you able to generate and send different HTTP request to any URL and in a second view full report about the HTTP response. This is a great tool for testing and analyzing HTTP data that comes from and to...


Platforms: Windows

License: Freeware Size: 634 B Download (623): Send HTTP Tool Download

Released: February 06, 2010  |  Added: May 31, 2010 | Visits: 1.759

Versal HTTP File Upload ActiveX Control A File Upload/Download Component,A forceful and attractive solution for your sites to upload thousands of files via HTTP protocal. This upload ActiveX with a user-friendly and easy-to-use uploading interface. even for untrained users ,they can use it easy. You overcome the...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 1009.27 KB Download (112): Versal HTTP File Upload ActiveX Control Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 383

HTTP Client for Mac OS Developer tool for debugging HTTP services by graphically creating and inspecting complex HTTP messages.


Platforms: Mac

License: Freeware Size: 286.72 KB Download (45): HTTP Client for Mac OS Download

< 1 2 3 4 5 >