A summary of data about the Ruby ecosystem.

https://github.com/nahi/httpclient

'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby.
https://github.com/nahi/httpclient

Keywords from Contributors

rubygems activerecord mvc activejob crash-reporting grape ruby-gem background-jobs oauth2 rspec

Last synced: about 16 hours ago
JSON representation

Repository metadata

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

README.md

httpclient - HTTP accessing library. Gem Version

Copyright (C) 2000-2015 NAKAMURA, Hiroshi nahi@ruby-lang.org.

'httpclient' gives something like the functionality of libwww-perl (LWP) in
Ruby. 'httpclient' formerly known as 'http-access2'.

See HTTPClient for documentation.

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.
  • debug mode CLI.
  • 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/ntlm module; rubyntlm gem)
    • NTLM auth for Proxy-Authenticate (requires 'win32/sspi' module; rubysspi gem)
    • extensible with filter interface
    • you don't have to care HTTP/1.1 persistent connection
      (httpclient cares instead of you)
  • Not supported now
    • Cache
    • Rather advanced HTTP/1.1 usage such as Range, deflate, etc.
      (of course you can set it in header by yourself)

httpclient command

Usage: 1) httpclient get https://www.google.co.jp/?q=ruby
Usage: 2) httpclient

For 1) it issues a GET request to the given URI and shows the wiredump and
the parsed result. For 2) it invokes irb shell with the binding that has a
HTTPClient as 'self'. You can call HTTPClient instance methods like;

get "https://www.google.co.jp/", :q => :ruby

Author

License

This program is copyrighted free software by NAKAMURA, Hiroshi. You can
redistribute it and/or modify it under the same terms of Ruby's license;
either the dual license version in 2003, or any later version.

httpclient/session.rb is based on http-access.rb in http-access/0.0.4. Some
part of it is copyrighted by Maebashi-san who made and published
http-access/0.0.4. http-access/0.0.4 did not include license notice but when
I asked Maebashi-san he agreed that I can redistribute it under the same terms
of Ruby. Many thanks to Maebashi-san.

Install

You can install httpclient via rubygems: gem install httpclient

Usage

See HTTPClient for documentation.
You can also check sample/howto.rb how to use APIs.

Bug report or Feature request

Please file a ticket at the project web site.

  1. find a similar ticket from https://github.com/nahi/httpclient/issues
  2. create a new ticket by clicking 'Create Issue' button.
  3. you can use github features such as pull-request if you like.

Changes

See ChangeLog


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 806
Total Committers: 88
Avg Commits per committer: 9.159
Development Distribution Score (DDS): 0.535

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Hiroshi Nakamura n****i@r****g 375
nahi n****i@a****0 268
Florian Hars h****s@p****e 14
Jean Boussier j****r@g****m 14
NAKAMURA n****o@g****m 11
Akira Matsuda r****e@d****p 7
Dave Golombek d****k@m****m 7
Yasuo Honda y****a@g****m 5
Thomas de Grivel b****h@g****m 4
Ian Blenke i****n@b****m 4
grosser m****l@g****t 3
Akinori MUSHA k****u@i****g 2
Steven Bazyl s****l@g****m 2
Olle Jonsson o****n@g****m 2
Mitsutaka Mimura t****m@g****m 2
Marc Ignacio p****i 2
John Sherwood j****0@r****g 2
John Cant a****t@g****m 2
Eito Katagiri e****l@g****m 2
Chetan Sarva c****n@b****m 2
yui-knk s****a@g****m 2
bdo b****u@g****m 2
almogcohen a****2@g****m 2
Taryn East g****t@t****g 2
TANABE Ken-ichi n****n@t****g 2
TAKANO Mitsuhiro t****2@g****m 2
Alex Dolski a****d@n****t 2
Yorick Peterse y****e@o****m 2
David King d****g@b****m 1
(no author) (****)@a****0 1
and 58 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 25 days ago

Total issues: 58
Total pull requests: 86
Average time to close issues: over 1 year
Average time to close pull requests: 9 months
Total issue authors: 53
Total pull request authors: 51
Average comments per issue: 2.05
Average comments per pull request: 1.52
Merged pull request: 42
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 19
Past year average time to close issues: 16 days
Past year average time to close pull requests: 2 days
Past year issue authors: 1
Past year pull request authors: 6
Past year average comments per issue: 1.0
Past year average comments per pull request: 1.05
Past year merged pull request: 12
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/nahi/httpclient

Top Issue Authors

  • tit (3)
  • dankozlowski (2)
  • dgolombek (2)
  • chaitrahegde115 (2)
  • eregon (1)
  • hickscorp (1)
  • mtjhax (1)
  • ilavenilp (1)
  • anothermh (1)
  • rocchapter (1)
  • konklone (1)
  • mattbnz (1)
  • fatkodima (1)
  • bdewater (1)
  • dmnelson (1)

Top Pull Request Authors

  • yahonda (9)
  • nahi (7)
  • byroot (6)
  • seedot1234 (4)
  • takkanm (4)
  • olleolleolle (2)
  • dgolombek (2)
  • mrpasquini (2)
  • Taher-Ghaleb (2)
  • andrykonchin (2)
  • mikz (2)
  • ybiquitous (2)
  • bdunne (2)
  • sapio-bdeamer (2)
  • jeremy (2)

Top Issue Labels

  • Feedback (2)
  • BUG (1)
  • FeatureRequest (1)

Top Pull Request Labels

  • Feedback (1)

Package metadata

gem.coop: httpclient

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

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient/
  • Licenses: ruby
  • Latest release: 2.9.0 (published about 1 year ago)
  • Last Synced: 2026-03-01T20:30:44.868Z (1 day ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 483,321,111 Total
  • Docker Downloads: 1,043,026,320
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.033%
    • Downloads: 0.048%
    • Docker downloads count: 0.084%
  • Maintainers (3)
rubygems.org: httpclient

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

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient/
  • Licenses: ruby
  • Latest release: 2.9.0 (published about 1 year ago)
  • Last Synced: 2026-03-01T12:33:57.238Z (1 day ago)
  • Versions: 53
  • Dependent Packages: 796
  • Dependent Repositories: 55,660
  • Downloads: 483,288,009 Total
  • Docker Downloads: 1,043,026,320
  • Rankings:
    • Downloads: 0.05%
    • Dependent packages count: 0.06%
    • Docker downloads count: 0.132%
    • Dependent repos count: 0.149%
    • Average: 0.689%
    • Forks count: 1.539%
    • Stargazers count: 2.204%
  • Maintainers (3)
proxy.golang.org: github.com/nahi/httpclient

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/nahi/httpclient#section-documentation
  • Licenses:
  • Latest release: v3.2.8+incompatible (published over 11 years ago)
  • Last Synced: 2026-03-02T04:23:54.388Z (1 day ago)
  • Versions: 40
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 1.656%
    • Stargazers count: 2.292%
    • Average: 6.081%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%
gem.coop: httpclient-fixcerts

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

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient-fixcerts/
  • Licenses: ruby
  • Latest release: 2.8.5 (published almost 4 years ago)
  • Last Synced: 2026-03-02T04:23:58.855Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 25,848 Total
  • Docker Downloads: 20,834,527
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 9.396%
    • Downloads: 28.189%
  • Maintainers (1)
rubygems.org: httpclient-fixcerts

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

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient-fixcerts/
  • Licenses: ruby
  • Latest release: 2.8.5 (published almost 4 years ago)
  • Last Synced: 2026-02-28T13:01:22.809Z (3 days ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 3
  • Downloads: 25,799 Total
  • Docker Downloads: 20,834,527
  • Rankings:
    • Forks count: 1.525%
    • Stargazers count: 2.19%
    • Dependent packages count: 7.745%
    • Dependent repos count: 12.637%
    • Average: 14.179%
    • Downloads: 46.798%
  • Maintainers (1)
rubygems.org: httpclient-jgraichen

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

  • Homepage: http://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient-jgraichen/
  • Licenses: ruby
  • Latest release: 2.3.4.2 (published about 12 years ago)
  • Last Synced: 2026-03-02T04:23:53.541Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 6
  • Downloads: 6,635 Total
  • Rankings:
    • Forks count: 1.525%
    • Stargazers count: 2.19%
    • Dependent packages count: 7.745%
    • Dependent repos count: 9.098%
    • Average: 15.88%
    • Downloads: 58.84%
  • Maintainers (1)
gem.coop: httpclient-jgraichen

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

  • Homepage: http://github.com/nahi/httpclient
  • Documentation: http://www.rubydoc.info/gems/httpclient-jgraichen/
  • Licenses: ruby
  • Latest release: 2.3.4.2 (published about 12 years ago)
  • Last Synced: 2026-02-28T13:01:22.128Z (3 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 6,635 Total
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 19.843%
    • Downloads: 59.53%
  • Maintainers (1)
debian-13: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: https://packages.debian.org/trixie/ruby-httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 19 days ago)
  • Last Synced: 2026-02-13T13:16:25.173Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-12: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: https://packages.debian.org/bookworm/ruby-httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 18 days ago)
  • Last Synced: 2026-02-12T23:32:29.444Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
ubuntu-23.04: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 20 days ago)
  • Last Synced: 2026-02-11T06:41:24.894Z (20 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-22.04: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 18 days ago)
  • Last Synced: 2026-02-13T13:18:43.995Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-20.04: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3-1ubuntu1 (published 18 days ago)
  • Last Synced: 2026-02-13T07:15:13.398Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-11: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: https://packages.debian.org/bullseye/ruby-httpclient
  • Licenses:
  • Latest release: 2.8.3-3+deb11u1 (published 20 days ago)
  • Last Synced: 2026-02-13T08:21:23.444Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.10: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 22 days ago)
  • Last Synced: 2026-02-09T16:43:48.779Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
ubuntu-23.10: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 17 days ago)
  • Last Synced: 2026-02-13T18:22:56.190Z (17 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.04: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Licenses:
  • Latest release: 2.8.3+git20211122.4658227-1 (published 25 days ago)
  • Last Synced: 2026-02-06T15:21:41.658Z (25 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
debian-10: ruby-httpclient

  • Homepage: https://github.com/nahi/httpclient
  • Documentation: https://packages.debian.org/buster/ruby-httpclient
  • Licenses:
  • Latest release: 2.8.3-3+deb10u1 (published 20 days ago)
  • Last Synced: 2026-02-13T04:22:17.897Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

Gemfile rubygems
  • http-cookie ~> 1.0 development
  • pry >= 0 development
  • rack ~> 2.2 development
  • rack-ntlm-test-service >= 0 development
  • rake >= 0 development
  • rdoc >= 0 development
  • rubyntlm >= 0 development
  • rubysspi >= 0 development
  • simplecov >= 0 development
  • simplecov-rcov >= 0 development
  • test-unit >= 0 development
httpclient.gemspec rubygems
  • mutex_m >= 0
  • webrick >= 0
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite

Score: 33.0185691341873