ruby-httpclient

HTTP client library for ruby

Description

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

Features:
   * methods like GET/HEAD/POST/* via HTTP/1.1.
   * HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc.
   * asynchronous HTTP request, streaming HTTP request.
   * by contrast with net/http in standard distribution;
      - Cookies support
      - MT-safe
      - streaming POST (POST with File/IO)
      - Digest auth
      - Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
      - NTLM auth for WWW-Authenticate/Proxy-Authenticate (requires
        win32/sspi module)
      - extensible with filter interface
      - you don't have to care HTTP/1.1 persistent connection (httpclient
        cares instead of you).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/nahi/httpclient


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-httpclient