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.149.700 Times

Http Testing software
Filter: All | Freeware | Demo
 

Http Testing

< 1 2 3 4 5 > 
Added: November 12, 2010 | Visits: 1.165

HTTP::Webdav HTTP::Webdav is a Perl interface to Neon HTTP and WebDAV client library. SYNOPSIS use HTTP::Webdav ; $sess = HTTP::Webdav -> new ; $sess -> server ("www.ecos.de", 80) ; $sess -> get ("/", STDOUT) ; $sess -> put ("/dav/foo.htm", STDIN) ; # remove property test3 # set value of property...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (110): HTTP::Webdav Download

Added: August 07, 2010 | Visits: 1.347

Dwarf HTTP Server Dwarf HTTP Server is a full-featured and ready-to-use web server with the Java Servlet API 2.2 and Java Server Pages 1.1 implementation. Dwarf HTTP Server can be used either standalone or embed in a larger hosting application, free of charge for the binary redistribution Since the server is...





Platforms: *nix

License: Freeware Size: 931.84 KB Download (110): Dwarf HTTP Server Download

Added: November 04, 2010 | Visits: 955

HTTP-FUSE-KNOPPIX HTTP-FUSE-KNOPPIX is a "pile-up" KNOPPIX linux distribution. HTTP-FUSE KNOPPIX downloads pieces of Root Filesystem from a HTTP server when the piece is requested, although normal KNOPPIX requires whole 700MB ISO image at first. The piece is "piled up" on your PC. The first minimum parts of...


Platforms: *nix

License: Freeware Size: 5.8 MB Download (97): HTTP-FUSE-KNOPPIX Download

Added: October 21, 2010 | Visits: 859

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: April 24, 2010 | Visits: 915

Siege SIEGE is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege project lets the user hit a webserver with a configurable number of concurrent...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (98): Siege Download

Added: November 07, 2010 | Visits: 922

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: 700

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.106

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: March 25, 2010 | Visits: 1.554

Beryl on Debian GNU/Linux Testing Beryl on Debian GNU/Linux Testing is a script which will install Beryl and possibly nVidia or ATI drivers on your Debian TESTING system. The script is only for users who have got a nvidia or ATI graphic card. 3 languages available: - French - English - Polish HOW TO EXECUTE: Open a...


Platforms: *nix

License: Freeware Download (178): Beryl on Debian GNU/Linux Testing Download

Added: October 05, 2010 | Visits: 2.257

IP and Ethernet testing Tool IP and Ethernet testing Tool is also known as "IET" and its an ethernet bridge addon for testing of network appliances and applications. Initialy IskraTel extended and customized the NistNet tool. However NistNet functions on IP layer and requires that tested equipment be configured to use...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (124): IP and Ethernet testing Tool Download

Added: June 14, 2010 | Visits: 1.536

soapUI 1.7.1 / 1.7.5 Beta soapUI provides a desktop application for inspecting, invoking, implementing and testing of web services over soap/http. soapUI is a free and open source desktop application for inspecting, invoking, developing and functional/load/compliance testing of web services over HTTP. It is mainly...


Platforms: *nix

License: Freeware Size: 33.3 MB Download (137): soapUI 1.7.1 / 1.7.5 Beta Download

Added: September 08, 2010 | Visits: 1.174

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 (90): 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

< 1 2 3 4 5 >