https://github.com/sparklemotion/http-cookie

Last synced: about 1 month ago

Repository metadata:

A Ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 314
Total Committers: 12
Avg Commits per committer: 26.167
Development Distribution Score (DDS): 0.064

Commits in past year: 9
Committers in past year: 2
Avg Commits per committer in past year: 4.5
Development Distribution Score (DDS) in past year: 0.222

Name Email Commits
Akinori MUSHA k****u@i****g 294
Mike Dalessio m****o@g****m 7
André Laszlo a****e@l****u 2
Christian Schmidt g****b@c****k 2
Mike Morearty m****e@m****m 2
Dan Duvall d****n@m****o 1
Lee Jarvis l****s@g****m 1
Pavel Lobashov S****N@g****m 1
Per Lundberg p****g@e****m 1
ore o****e@d****l 1
wrzasa w****a@r****l 1
sergioro 2****9 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: http-cookie

HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.

  • Homepage: https://github.com/sparklemotion/http-cookie
  • Documentation: http://www.rubydoc.info/gems/http-cookie/
  • Licenses: MIT
  • Latest release: 1.0.5 (published over 2 years ago)
  • Last Synced: 2024-11-10T23:31:54.518Z (about 1 month ago)
  • Versions: 25
  • Dependent Packages: 62
  • Dependent Repositories: 89,575
  • Downloads: 469,925,290 Total
  • Docker Downloads: 1,918,062,106
  • Rankings:
    • Downloads: 0.035%
    • Docker downloads count: 0.067%
    • Dependent repos count: 0.127%
    • Dependent packages count: 0.453%
    • Average: 1.621%
    • Forks count: 3.767%
    • Stargazers count: 5.279%
  • Maintainers (2)
go: github.com/sparklemotion/http-cookie

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/sparklemotion/http-cookie#section-documentation
  • Licenses: mit
  • Latest release: v1.0.5 (published over 2 years ago)
  • Last Synced: 2024-11-10T23:31:54.959Z (about 1 month ago)
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 3.517%
    • Stargazers count: 4.58%
    • Average: 7.109%
    • Dependent packages count: 9.56%
    • Dependent repos count: 10.779%

Dependencies

http-cookie.gemspec rubygems
  • bundler >= 1.2.0 development
  • simplecov >= 0 development
  • domain_name ~> 0.5
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite