Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/drbrain/net-http-persistent

Last synced: about 8 hours ago

Repository metadata:

Thread-safe persistent connections with Net::HTTP


Owner metadata:


Committers metadata

Last synced: about 11 hours ago

Total Commits: 290
Total Committers: 42
Avg Commits per committer: 6.905
Development Distribution Score (DDS): 0.279

Commits in past year: 3
Committers in past year: 2
Avg Commits per committer in past year: 1.5
Development Distribution Score (DDS) in past year: 0.333

Name Email Commits
Eric Hodel d****n@s****t 209
David Rodríguez d****z@r****t 17
James Tucker j****r@g****m 9
Aaron Patterson t****e@r****g 5
Aaron Patterson a****n@g****m 3
Michael Grosser m****l@g****t 3
Jakauppila J****d@K****a 3
Hiroshi Hatake c****c@g****m 2
Peter Goldstein p****n@g****m 2
Víctor Roldán Betancort v****t@g****m 2
T.J. Schuck tj@g****m 2
Joe Van Dyk j****e@t****m 2
Jean Boussier j****r@g****m 2
Cedric Maion c****c@m****m 1
Bart de Water b****r@g****m 1
Aaron Stone a****n@s****x 1
284km k****0@g****m 1
Mislav Marohnić m****c@g****m 1
Nicolas Sanguinetti c****o@n****o 1
Olle Jonsson o****n@g****m 1
Sebastian Cohnen t****a 1
James White j****e@s****m 1
Joseph West j****e@k****m 1
Juha Kajava j****a@g****m 1
Justin Reid j****d@s****m 1
Kevin McPhillips g****b@k****a 1
Laurence Rowe l****e@l****k 1
Matthew M. Boedicker m****m@b****g 1
Peter Bakkum p****c@v****u 1
Ryan McKern r****n@p****m 1
and 12 more...

Issue and Pull Request metadata

Last synced: about 8 hours ago


Package metadata

rubygems: net-http-persistent

Manages persistent connections using Net::HTTP including a thread pool for connecting to multiple hosts. Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not make setting up a single persistent connection or managing multiple connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to focus on how to make HTTP requests.

  • Homepage: https://github.com/drbrain/net-http-persistent
  • Documentation: http://www.rubydoc.info/gems/net-http-persistent/
  • Licenses: MIT
  • Latest release: 4.0.2 (published over 1 year ago)
  • Last Synced: 2024-11-08T20:06:31.640Z (1 day ago)
  • Versions: 50
  • Dependent Packages: 307
  • Dependent Repositories: 18,866
  • Downloads: 144,769,304 Total
  • Docker Downloads: 591,399,457
  • Rankings:
    • Downloads: 0.136%
    • Dependent packages count: 0.143%
    • Docker downloads count: 0.231%
    • Dependent repos count: 0.263%
    • Average: 1.046%
    • Forks count: 2.388%
    • Stargazers count: 3.118%
  • Maintainers (2)
go: github.com/drbrain/net-http-persistent

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/drbrain/net-http-persistent#section-documentation
  • Licenses:
  • Latest release: v4.0.2+incompatible (published over 1 year ago)
  • Last Synced: 2024-11-08T20:06:29.822Z (1 day ago)
  • Versions: 30
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 2.404%
    • Stargazers count: 3.055%
    • Average: 6.459%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

Gemfile rubygems
  • minitest ~> 5.15 development
  • rdoc >= 4.0, < 7 development
  • rake ~> 13.0
  • rake-manifest ~> 0.2
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite
net-http-persistent.gemspec rubygems