RAA - http-access2/2.0.7

http-access2 / 2.0.7

Short description: Accessing resources via HTTP
Category: Library/Net
Status: active
Created: 2002-12-31 15:00:00 GMT
Last update: 2007-05-13 13:05:32 GMT
Owner: NaHi (Projects of this owner)
Homepage: http://dev.ctor.org/http-access2
Download: http://dev.ctor.org/download/http-access-2_0_7.tar.gz
License: Ruby's
Dependency:
Required by: soap4r/1.5.6 Not needed but recommended to use
Description:

http-access2 gives something like the functionality of libwww-perl (LWP) in Ruby.

Features;

  • methods like GET/HEAD/POST via HTTP/1.1.
  • asynchronous HTTP request
  • HTTPS(SSL)
  • by contrast with net/http in standard distribution;
    • you don't have to care HTTP/1.1 persistent connection (http-access2 cares instead of you).
    • MT-safe
    • streaming POST
    • Cookies

Not supported now;

  • Cache
  • Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of cource you can set it in header by yourself)
Versions: [2.0.9 (2007-07-04)] [2.0.8 (2007-06-30)] [2.0.7 (2007-05-13)] [2.0.6 (2005-09-16)] [2.0.5 (2004-12-24)] [2.0.4 (2004-02-11)]

Edit this project (for project owner)

back to RAA top