[ ソース: ruby-httpclient ]
パッケージ: ruby-httpclient (2.8.3+git20211122.4658227-1)
ruby-httpclient に関するリンク
Debian の資源:
ruby-httpclient ソースパッケージをダウンロード:
- [ruby-httpclient_2.8.3+git20211122.4658227-1.dsc]
- [ruby-httpclient_2.8.3+git20211122.4658227.orig.tar.gz]
- [ruby-httpclient_2.8.3+git20211122.4658227-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
HTTP client library for ruby
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).
その他の ruby-httpclient 関連パッケージ
|
|
|
|
-
- dep: ca-certificates
- 一般的な CA の証明書
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
-
- dep: ruby-http-cookie
- Ruby library to handle HTTP Cookies based on RFC 6265