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

Http Class software
Filter: All | Freeware | Demo
 

Http Class

1 2 3 4 5 > 
Added: May 06, 2010 | Visits: 1.002

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

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 531

FUNDAMENTALS HTTP FUNDAMENTALS HTTP was specially developed as a Delphi / FreePascal unit that implements routines for various HTTP client and server classes. Now you can make use of this handy and accessible library to improve your development process. Platforms: Windows

License: Freeware Download (45): FUNDAMENTALS HTTP Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: August 03, 2008 | Visits: 1.048

Class Acme.Serve.Serve Minimal Java HTTP server class. This class implements a very small embeddable HTTP server. It runs Servlets compatible with the API used by JavaSoft's JavaServer server. It comes with default Servlets which provide the usual httpd services, returning files and directory listings. This is not in... Platforms: ALL

License: Freeware Download (148): Class Acme.Serve.Serve Download

Added: September 06, 2010 | Visits: 922

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback... Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: January 21, 2010 | Visits: 1.725

Proxy Detector Proxy Detector is a PHP class that can detect HTTP requests via proxy. This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client. When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (193): Proxy Detector Download

Added: November 12, 2010 | Visits: 1.174

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: March 17, 2010 | Visits: 592

Class::HPLOO Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. USAGE use Class::HPLOO ; class Foo extends Bar , Baz { use LWP::Simple qw(get) ; ## import the method get() to this package. attr ( array foo_list , int age , string name , foo )... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Class::HPLOO Download

Added: June 02, 2010 | Visits: 1.022

Class::Agreement Class::Agreement is a Perl module that add contracts to your Perl classes easily. SYNOPSIS package SomeClass; use Class::Agreement; # use base Class::Accessor or Class::MethodMaker, # or roll your own: sub new { ... } invariant { my ($self) = @_; $self->count > 0; }; precondition... Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): Class::Agreement Download

Added: March 04, 2010 | Visits: 1.432

Remote MySQL Query Remote MySQL Query is a PHP class that can easily execute queries on a remote MySQL server using only HTTP. It works by accessing a PHP script on the remote web server that executes queries based on passed in URL parameters. The client passes a secret key to the remote script to prevent... Platforms: *nix

License: Freeware Download (146): Remote MySQL Query Download

Added: November 07, 2010 | Visits: 931

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 (95): HTTP::Server::Simple::Mason Download

Added: June 20, 2010 | Visits: 1.820

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS... Platforms: *nix

License: Freeware Download (140): RSS Writer class Download

Added: March 12, 2010 | Visits: 1.618

PHP Printer Friendly Pages Generator Class PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy. All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1013.76 KB Download (104): PHP Printer Friendly Pages Generator Class Download

Added: April 18, 2010 | Visits: 1.054

Calendario Class Calendario Class provides a PHP class that is useful for creating calendars and organizers. Calendario Class is a PHP class that helps you to create calendar and organizers. Its highly configurable, letting you choose how many days are in a week, when a week starts, the details of the HTML... Platforms: *nix

License: Freeware Size: 98.3 KB Download (115): Calendario Class Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 346

Chilkat Python HTTP Library The Chilkat Python HTTP library provides an advanced API for sending HTTP/HTTPS GET and POST requests and HTTP/HTTPS uploads. Advanced features include cookies, caching, redirects, proxies, authentication, and custom headers. The Chilkat components and libraries have an established user base of... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.91 MB Download (46): Chilkat Python HTTP Library Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 529

Chilkat Java HTTP Library The Chilkat Java HTTP library provides an advanced API for sending HTTP/HTTPS GET and POST requests and HTTP/HTTPS uploads. Advanced features include cookies, caching, redirects, proxies, authentication, and custom headers. The Chilkat components and libraries have an established user base of... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.91 MB Download (49): Chilkat Java HTTP Library Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 323

Chilkat Ruby HTTP Library The Chilkat Ruby HTTP library provides an advanced API for sending HTTP/HTTPS GET and POST requests and HTTP/HTTPS uploads. Advanced features include cookies, caching, redirects, proxies, authentication, and custom headers. The Chilkat components and libraries have an established user base of... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.91 MB Download (43): Chilkat Ruby HTTP Library Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 352

Chilkat Perl HTTP Library The Chilkat Perl HTTP library provides an advanced API for sending HTTP/HTTPS GET and POST requests and HTTP/HTTPS uploads. Advanced features include cookies, caching, redirects, proxies, authentication, and custom headers. The Chilkat components and libraries have an established user base of... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.91 MB Download (46): Chilkat Perl HTTP Library Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 1.092

HS Download HTTP Client Library in C/C++ HS Download - HTTP client library in C/C++ for Windows and Linux HS Download is an HTTP client library and Web download SDK for Windows and Linux. HS Download is implemented in C/C++ and allows a programmer to download files from web servers using a standard DLL API or HTTP client C static... Platforms: Windows, Mac, Unix, Linux, Linux Console, Linux Gnome

License: Demo Cost: $359.00 USD Size: 1.11 MB Download (51): HS Download HTTP Client Library in C/C++

1 2 3 4 5 >