[ Bron: ruby-httpclient ]
Pakket: ruby-httpclient (2.8.3-3+deb11u1)
Verwijzigingen voor ruby-httpclient
Debian bronnen:
Het bronpakket ruby-httpclient downloaden:
- [ruby-httpclient_2.8.3-3+deb11u1.dsc]
- [ruby-httpclient_2.8.3.orig.tar.gz]
- [ruby-httpclient_2.8.3-3+deb11u1.debian.tar.xz]
Beheerders:
- Debian Ruby Extras Maintainers (QA-pagina, Mailarchief)
- Ryan Niebur (QA-pagina)
- Gunnar Wolf (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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; 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 WWW-Authenticate/Proxy-Authenticate (requires win32/sspi module) o extensible with filter interface o you don't have to care HTTP/1.1 persistent connection (httpclient cares instead of you).
Andere aan ruby-httpclient gerelateerde pakketten
|
|
|
|
-
- dep: ca-certificates
- Common CA certificates
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- of ruby-interpreter
- Pakket niet beschikbaar
-
- dep: ruby-http-cookie (>= 1.0)
- Ruby library to handle HTTP Cookies based on RFC 6265