RAA - httpclient/2.1.2

httpclient / 2.1.2

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-09-22 15:21:00 GMT
Owner: NaHi (Projects of this owner)
Homepage: http://dev.ctor.org/http-access2/
Download: http://dev.ctor.org/download/httpclient-2.1.2.tar.gz
License: Ruby's
Dependency:
Requires: rubyntlm/0.1.1 for NegotiateAuth with IIS
Required by: soap4r/1.5.8 required for full HTTP feature
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(Digest, NTLM, Basic), etc.
  • asynchronous HTTP request
  • by contrast with net/http in standard distribution;
    • Cookies support
    • MT-safe
    • streaming POST
    • Digest auth
    • NTLM auth for WWW-Authenticate
    • 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.2.0 (2011-04-14)] [2.1.5.2 (2010-04-01)] [2.1.5 (2009-06-08)] [2.1.4 (2009-02-13)] [2.1.3.1 (2009-01-08)] [2.1.3 (2009-01-01)] [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