A summary of data about the Ruby ecosystem.

https://github.com/lostisland/faraday-httpclient

Faraday adapter for HTTPClient
https://github.com/lostisland/faraday-httpclient

Keywords from Contributors

feature-flag crash-reporting feature feature-toggle rubygems code-formatter rubocop static-code-analysis activerecord authorization

Last synced: about 22 hours ago
JSON representation

Repository metadata

Faraday adapter for HTTPClient

README.md

Faraday HTTPClient adapter

This gem is a Faraday adapter for the HTTPClient library.
Faraday is an HTTP client library that provides a common interface over many adapters.
Every adapter is defined into its own gem. This gem defines the adapter for HTTPClient.

Installation

Add these lines to your application's Gemfile:

gem 'faraday-httpclient', '~> 2.0'

And then execute:

$ bundle install

Or install them yourself as:

$ gem install faraday-httpclient -v '~> 2.0'

Usage

require 'faraday/httpclient'

conn = Faraday.new(...) do |f|
  f.adapter :httpclient do |client|
    # yields HTTPClient
    client.keep_alive_timeout = 20
    client.ssl_config.timeout = 25
  end
end

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bin/test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The gem is available as open source under the terms of the license.

Code of Conduct

Everyone interacting in the Faraday HTTPClient adapter project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 36
Total Committers: 5
Avg Commits per committer: 7.2
Development Distribution Score (DDS): 0.444

Commits in past year: 19
Committers in past year: 3
Avg Commits per committer in past year: 6.333
Development Distribution Score (DDS) in past year: 0.316

Name Email Commits
dependabot[bot] 4****] 20
Mattia Giuffrida g****a@g****m 8
Olle Jonsson o****n@g****m 6
Saiqul Haq s****q@g****m 1
Eugene Smentyna d****a@g****m 1

Issue and Pull Request metadata

Last synced: about 23 hours ago

Total issues: 1
Total pull requests: 35
Average time to close issues: 2 minutes
Average time to close pull requests: about 10 hours
Total issue authors: 1
Total pull request authors: 4
Average comments per issue: 3.0
Average comments per pull request: 0.43
Merged pull request: 27
Bot issues: 0
Bot pull requests: 28

Past year issues: 0
Past year pull requests: 17
Past year average time to close issues: N/A
Past year average time to close pull requests: about 11 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 12
Past year bot issues: 0
Past year bot pull requests: 15

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

Top Issue Authors

  • smdern (1)

Top Pull Request Authors

  • dependabot[bot] (28)
  • saiqulhaq (4)
  • djsmentya (2)
  • iMacTia (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (28)
  • ruby (26)
  • github_actions (2)

Package metadata

gem.coop: faraday-httpclient

Faraday adapter for HTTPClient

  • Homepage: https://github.com/lostisland/faraday-httpclient
  • Documentation: http://www.rubydoc.info/gems/faraday-httpclient/
  • Licenses: MIT
  • Latest release: 2.0.2 (published 9 months ago)
  • Last Synced: 2026-03-01T20:30:46.830Z (2 days ago)
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 297,940,267 Total
  • Docker Downloads: 933,901,493
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.046%
    • Downloads: 0.088%
    • Docker downloads count: 0.098%
  • Maintainers (1)
rubygems.org: faraday-httpclient

Faraday adapter for HTTPClient

  • Homepage: https://github.com/lostisland/faraday-httpclient
  • Documentation: http://www.rubydoc.info/gems/faraday-httpclient/
  • Licenses: MIT
  • Latest release: 2.0.2 (published 9 months ago)
  • Last Synced: 2026-02-28T04:42:32.201Z (4 days ago)
  • Versions: 5
  • Dependent Packages: 9
  • Dependent Repositories: 20,011
  • Downloads: 297,848,978 Total
  • Docker Downloads: 933,901,493
  • Rankings:
    • Downloads: 0.099%
    • Docker downloads count: 0.122%
    • Dependent repos count: 0.254%
    • Dependent packages count: 2.237%
    • Average: 6.914%
    • Forks count: 17.673%
    • Stargazers count: 21.098%
  • Maintainers (1)

Dependencies

Gemfile rubygems
  • faraday >= 1.0
  • rake ~> 13.0
  • rspec ~> 3.0
  • rubocop ~> 1.12.0
  • rubocop-packaging ~> 0.5
  • rubocop-performance ~> 1.0
  • simplecov ~> 0.19.0
  • webmock ~> 3.4
faraday-httpclient.gemspec rubygems
  • httpclient >= 2.2
.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • ruby/setup-ruby v1 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • ruby/setup-ruby v1 composite

Score: 25.026092621330154