RAA - httpclient/2.1.1

httpclient / 2.1.1

Short description: 'httpclient' gives something like the functionality of libwww-p
Category: Library/Net
Status: stable
Created: 2007-07-14 06:57:02 GMT
Last update: 2007-08-28 13:58:14 GMT
Owner: NaHi (Projects of this owner)
Homepage: http://dev.ctor.org/http-access2/
Download: http://dev.ctor.org/download/httpclient-2.1.0.tar.gz
License: Ruby's
Dependency:
None
Description:

'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby. 'httpclient' formerly known as 'http-access2'.

Features;

  • methods like GET/HEAD/POST/* via HTTP/1.1.
  • HTTPS(SSL), Cookies, proxy, authentication, etc.
  • asynchronous HTTP request
  • by contrast with net/http in standard distribution;
    • Cookies support
    • MT-safe
    • streaming POST
    • DigestAuth
    • extensible with filter interface
    • you don't have to care HTTP/1.1 persistent connection (httpclient cares instead of you).
  • Not supported now
    • Cache
    • Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of course you can set it in header by yourself)
Versions: [2.1.2 (2007-09-22)] [2.1.1 (2007-08-28)] [2.1.0 (2007-07-14)]

Edit this project (for project owner)

back to RAA top