forked from Lainports/freebsd-ports
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;
o Cookies support
o MT-safe
o streaming POST (POST with File/IO)
o Digest auth
o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
o NTLM auth for Proxy-Authenticate (requires win32/sspi module)
o extensible with filter interface
o you dont have to care HTTP/1.1 persistent connection (httpclient cares instead of you)
* Not supported now
o Cache
o Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of course you can set it in header by yourself)
For more detail, see API document at dev.ctor.org/doc/httpclient/
WWW: http://raa.ruby-lang.org/project/httpclient/
Sponsored by: RideCharge Inc.
3 lines
219 B
Text
3 lines
219 B
Text
MD5 (rubygem/httpclient-2.1.4.gem) = e94974f785e667cfb533bb579a15fe34
|
|
SHA256 (rubygem/httpclient-2.1.4.gem) = 7741222b6714723d5d1335d7ba79aa1f82a952d662fb8e95a5409d9573e8ed73
|
|
SIZE (rubygem/httpclient-2.1.4.gem) = 71680
|