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

Complete Http freeware
Filter: All | Freeware | Demo
 

Complete Http

1 2 3 4 5 > 
Added: July 08, 2010 | Visits: 874

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the... Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: August 20, 2010 | Visits: 1.688

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: May 01, 2013 | Visits: 506

Hosting Diagnostics This module provides some statistics and other data helpful when sizing a hosting environment.The following information is collected: * Environment information: basic PHP, MySQL information, php.ini parameters. * Performance data: average, min and max page requests/sec, breakdown of page views... Platforms: PHP

License: Freeware Size: 10 KB Download (49): Hosting Diagnostics Download

Added: October 10, 2013 | Visits: 826

Mount HTTP Disk Image Mount HTTP Disk Image is a free Automator action which will attempt to download and mount disk images, hosted on HTTP servers, whose URLs are passed from the previous action. All the URLs passed to the Mount HTTP Disk Image action must be to disk image files and begin with "http://" and end with... Platforms: Mac

License: Freeware Size: 133.12 KB Download (40): Mount HTTP Disk Image Download

Added: May 05, 2010 | Visits: 1.077

muhttpd muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD,... Platforms: *nix

License: Freeware Download (99): muhttpd Download

Added: March 14, 2006 | Visits: 4.029

Sami HTTP Server Sami HTTP Server is small, powerful and extremely easy to use. You can modify server settings and view the current activity with just a few clicks. Other features include a virtual directory, PHP, bandwidth rate limit, statistics about connections and file transfers, extensive logs and much more. Platforms: Windows

License: Freeware Size: 207 KB Download (237): Sami HTTP Server Download

Released: March 21, 2007  |  Added: March 28, 2007 | Visits: 4.470

HTTP Spy .NET HTTP Spy .NET is a small application used to trace http request from a web site. HTTP Spy .NET will help you find any bottleneck, any error and it will help you analyzing your bandwidth usage. With it, you can inspect data in different views and discover secret from any web site.... Platforms: Windows

License: Freeware Size: 574.03 KB Download (439): HTTP Spy .NET Download

Released: July 04, 2008  |  Added: July 08, 2008 | Visits: 5.046

Free HTTP Sniffer To download windows audio and video streaming and other streaming, you need to know the url(the file name and server address) of you want to download. Many links to those streaming that you come across on the web are hidden behind javascript or activex scripts. So it is sometimes very difficult... Platforms: Windows

License: Freeware Size: 1.4 MB Download (828): Free HTTP Sniffer Download

Released: October 28, 2010  |  Added: November 02, 2010 | Visits: 6.348

HTTP Proxy Scanner The new HTTP Proxy Scanner is the handy tool that helps you to search HTTP proxy servers. This software recommended for users, who have a slow Internet connection - using a proxy server they may speed up web pages loading. HTTP Proxy Scanner may also be suitable tool if you want to protect your... Platforms: Windows

License: Freeware Size: 2.33 MB Download (315): HTTP Proxy Scanner Download

Added: November 06, 2010 | Visits: 1.059

POE::Component::Server::HTTP POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ => sub { ... }, /file => sub { ... } }, Headers =>... Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): POE::Component::Server::HTTP Download

Added: June 06, 2010 | Visits: 3.254

HTTP Anti Virus Proxy HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. HTTP Anti Virus Proxy aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid... Platforms: *nix

License: Freeware Size: 542.72 KB Download (210): HTTP Anti Virus Proxy Download

Added: February 25, 2010 | Visits: 1.113

HTTP Time Protocol The HTTP Time Protocl (HTP) system is a set of utilities to set and maintain the system clock from the HTTP/1.1 (RFC 2616) "Date:" header. HTP requires Libconfig. The purpose of HTP is provide a simple to use system that can be used on any system that is connected to the internet and can access... Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): HTTP Time Protocol Download

Added: August 06, 2010 | Visits: 2.483

WebInject - Web/HTTP Test Tool WebInject is a free tool for automated testing of web applications and services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (102): WebInject - Web/HTTP Test Tool Download

Added: May 25, 2010 | Visits: 2.235

Curl HTTP Client Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Curl HTTP Client Download

Added: August 18, 2010 | Visits: 1.255

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: October 16, 2010 | Visits: 995

HTTP::Async HTTP::Async is a Perl module that can process multiple HTTP requests in parallel without blocking. SYNOPSIS Create an object and add some requests to it: use HTTP::Async; my $async = HTTP::Async->new; # create some requests and add them to the queue. $async->add( HTTP::Request->new( GET... Platforms: *nix

License: Freeware Size: 15.36 KB Download (137): HTTP::Async Download

Added: February 02, 2010 | Visits: 1.010

wgrab http file fetcher wgrab http file fetcher provides a small, fast, and cross platform wget alternative. wgrab is an HTTP file fetcher similar to wget that is designed to be small, fast, and cross-platform compatible natively. The compiled wgrab is approximately 1/10th the size of wget, making it ideal for... Platforms: *nix

License: Freeware Download (99): wgrab http file fetcher Download

Added: November 12, 2010 | Visits: 1.173

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 (116): HTTP::Webdav Download

Added: August 07, 2010 | Visits: 1.356

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

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

1 2 3 4 5 >