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
- Host: GitHub
- URL: https://github.com/sparklemotion/http-cookie
- Owner: sparklemotion
- License: mit
- Created: 2012-10-14T13:03:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T19:35:18.000Z (7 months ago)
- Last Synced: 2024-10-18T18:10:27.756Z (2 months ago)
- Language: Ruby
- Size: 322 KB
- Stars: 115
- Watchers: 9
- Forks: 48
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Owner metadata:
- Name: Sparkle Motion
- Login: sparklemotion
- Email:
- Kind: organization
- Description:
- Website: http://nokogiri.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1851072?v=4
- Repositories: 10
- Last Synced at: 2024-03-25T19:32:24.345Z
- Profile URL: https://github.com/sparklemotion
- Sponsor URL:
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 | 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
- Total packages: 2
-
Total downloads:
- rubygems: 469,925,290 total
- Total docker downloads: 1,918,062,106
- Total dependent packages: 62 (may contain duplicates)
- Total dependent repositories: 89,575 (may contain duplicates)
- Total versions: 39
- Total maintainers: 2
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
- bundler >= 1.2.0 development
- simplecov >= 0 development
- domain_name ~> 0.5
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite