https://github.com/lostisland/faraday-net_http
Faraday adapter for Net::HTTP
https://github.com/lostisland/faraday-net_http
Keywords from Contributors
rubygems activerecord feature-flag crash-reporting rack activejob mvc feature-toggle ruby-gem feature
Last synced: about 6 hours ago
JSON representation
Repository metadata
Faraday adapter for Net::HTTP
- Host: GitHub
- URL: https://github.com/lostisland/faraday-net_http
- Owner: lostisland
- License: mit
- Created: 2020-10-23T15:48:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T14:05:30.000Z (17 days ago)
- Last Synced: 2025-12-01T11:16:44.271Z (11 days ago)
- Language: Ruby
- Homepage:
- Size: 80.1 KB
- Stars: 19
- Watchers: 2
- Forks: 30
- Open Issues: 2
- Releases: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
README.md
Faraday Net::HTTP adapter
This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters. Every adapter is defined into it's own gem. This gem defines the adapter for Net::HTTP the HTTP library that's included into the standard library of Ruby.
Installation
Add this line to your application's Gemfile:
gem 'faraday-net_http'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install faraday-net_http
Usage
conn = Faraday.new(...) do |f|
f.adapter :net_http do |http|
# yields Net::HTTP
http.verify_callback = lambda do |preverify, cert_store|
# do something here...
end
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 Net::HTTP adapter project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Owner metadata
- Name: lostisland
- Login: lostisland
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2613464?v=4
- Repositories: 22
- Last ynced at: 2024-03-25T19:32:01.094Z
- Profile URL: https://github.com/lostisland
GitHub Events
Total
- Create event: 4
- Issues event: 2
- Release event: 4
- Watch event: 3
- Delete event: 2
- Issue comment event: 5
- Push event: 10
- Pull request review comment event: 2
- Pull request review event: 5
- Pull request event: 9
- Fork event: 4
Last Year
- Create event: 3
- Release event: 3
- Issues event: 2
- Watch event: 3
- Delete event: 2
- Issue comment event: 1
- Push event: 8
- Pull request review event: 1
- Pull request event: 5
- Fork event: 3
Committers metadata
Last synced: 17 days ago
Total Commits: 80
Total Committers: 18
Avg Commits per committer: 4.444
Development Distribution Score (DDS): 0.675
Commits in past year: 11
Committers in past year: 5
Avg Commits per committer in past year: 2.2
Development Distribution Score (DDS) in past year: 0.545
| Name | Commits | |
|---|---|---|
| Matt | i****a | 26 |
| Olle Jonsson | o****n@g****m | 26 |
| Jan van der Pas | j****s@g****m | 9 |
| dependabot[bot] | 4****] | 3 |
| Peter Goldstein | p****n@g****m | 2 |
| Richard Marbach | 7****h | 2 |
| Eugene Smentyna | d****a@g****m | 1 |
| Gabriel Terrien | r****t@g****m | 1 |
| Geremia Taglialatela | t****a | 1 |
| Josef Šimánek | j****k@g****m | 1 |
| Konstantin S Kazarin | k****n@g****m | 1 |
| Nathaniel Bibler | g****t@n****m | 1 |
| Ryunosuke Sato | t****s@g****m | 1 |
| Simon Perepelitsa | s****a@s****n | 1 |
| Takayuki Matsubara | t****9@g****m | 1 |
| ooooooo_q | o****q | 1 |
| womblep | g****b@r****u | 1 |
| xkwd | 3****d | 1 |
Committer domains:
- rustycoin.com.au: 1
- sema.in: 1
- nathanielbibler.com: 1
Issue and Pull Request metadata
Last synced: 8 days ago
Total issues: 15
Total pull requests: 50
Average time to close issues: 4 months
Average time to close pull requests: 16 days
Total issue authors: 15
Total pull request authors: 20
Average comments per issue: 2.53
Average comments per pull request: 1.56
Merged pull request: 44
Bot issues: 0
Bot pull requests: 4
Past year issues: 1
Past year pull requests: 5
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 day
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.8
Past year merged pull request: 5
Past year bot issues: 0
Past year bot pull requests: 2
Top Issue Authors
- dgutov (1)
- aetherknight (1)
- ericproulx (1)
- nbibler (1)
- womblep (1)
- grosser (1)
- gurgeous (1)
- ma2gedev (1)
- rizalmuthi-ap (1)
- gipcompany (1)
- jaco-terbraak (1)
- olbrich (1)
- adamzapasnik (1)
- AlexWayfer (1)
- SystemBack (1)
Top Pull Request Authors
- olleolleolle (11)
- iMacTia (7)
- dependabot[bot] (4)
- richardmarbach (4)
- ma2gedev (4)
- djsmentya (2)
- tagliala (2)
- simi (2)
- womblep (2)
- petergoldstein (2)
- semaperepelitsa (1)
- xkwd (1)
- RDeckard (1)
- nbibler (1)
- kazarin (1)
Top Issue Labels
- info (2)
- bug (2)
- good first issue (2)
- help wanted (2)
- question (1)
Top Pull Request Labels
- dependencies (6)
- github_actions (2)
Package metadata
- Total packages: 3
-
Total downloads:
- rubygems: 1,190,039,140 total
- Total docker downloads: 3,953,200,074
- Total dependent packages: 18 (may contain duplicates)
- Total dependent repositories: 112,165 (may contain duplicates)
- Total versions: 62
- Total maintainers: 3
gem.coop: faraday-net_http
Faraday adapter for Net::HTTP
- Homepage: https://github.com/lostisland/faraday-net_http
- Documentation: http://www.rubydoc.info/gems/faraday-net_http/
- Licenses: MIT
- Latest release: 3.4.2 (published about 1 month ago)
- Last Synced: 2025-12-08T19:32:21.462Z (3 days ago)
- Versions: 22
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 594,749,565 Total
- Docker Downloads: 1,976,600,037
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.012%
- Downloads: 0.035%
- Maintainers (3)
rubygems.org: faraday-net_http
Faraday adapter for Net::HTTP
- Homepage: https://github.com/lostisland/faraday-net_http
- Documentation: http://www.rubydoc.info/gems/faraday-net_http/
- Licenses: MIT
- Latest release: 3.4.2 (published about 1 month ago)
- Last Synced: 2025-12-09T16:02:44.884Z (2 days ago)
- Versions: 22
- Dependent Packages: 18
- Dependent Repositories: 112,165
- Downloads: 595,289,575 Total
- Docker Downloads: 1,976,600,037
-
Rankings:
- Downloads: 0.056%
- Docker downloads count: 0.103%
- Dependent repos count: 0.114%
- Dependent packages count: 1.446%
- Average: 3.491%
- Forks count: 6.405%
- Stargazers count: 12.823%
- Maintainers (3)
proxy.golang.org: github.com/lostisland/faraday-net_http
- Homepage:
- Documentation: https://pkg.go.dev/github.com/lostisland/faraday-net_http#section-documentation
- Licenses: mit
- Latest release: v3.4.2+incompatible (published about 1 month ago)
- Last Synced: 2025-12-09T16:02:46.565Z (2 days ago)
- Versions: 18
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 5.171%
- Stargazers count: 8.473%
- Average: 8.505%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%
Dependencies
- rake ~> 13.0
- rspec ~> 3.0
- rubocop ~> 0.91.1
- rubocop-packaging ~> 0.5
- rubocop-performance ~> 1.0
- simplecov ~> 0.19.0
- webmock ~> 3.4
- faraday >= 1.0 development
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
Score: 28.29586544202115