Metadata


Name
http-cookie
Version
1.1.0
Platform
ruby
Authors
Akinori MUSHA
Aaron Patterson
Eric Hodel
Mike Dalessio
Bindir
bin
Date
1980-01-02 00:00:00 UTC
Dependencies
domain_name (~> 0.5)
sqlite3 (~> 1.3, development)
bundler (>= 1.2.0, development)
test-unit (>= 2.4.3, development)
rake (>= 0.9.2.2, development)
rdoc (> 2.4.2, development)
simplecov (>= 0, development)
Description
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.
Email
knu@idaemons.org
aaronp@rubyforge.org
drbrain@segment7.net
mike.dalessio@gmail.com
Extra rdoc files
LICENSE.txt
README.md
Files
CHANGELOG.md
LICENSE.txt
README.md
lib/http-cookie.rb
lib/http/cookie.rb
lib/http/cookie/ruby_compat.rb
lib/http/cookie/scanner.rb
lib/http/cookie/uri_parser.rb
lib/http/cookie/version.rb
lib/http/cookie_jar.rb
lib/http/cookie_jar/abstract_saver.rb
lib/http/cookie_jar/abstract_store.rb
lib/http/cookie_jar/cookiestxt_saver.rb
lib/http/cookie_jar/hash_store.rb
lib/http/cookie_jar/mozilla_store.rb
lib/http/cookie_jar/yaml_saver.rb
Homepage
https://github.com/sparklemotion/http-cookie
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
3.6.9
Specification version
4
Summary
A Ruby library to handle HTTP Cookies based on RFC 6265
Original platform
ruby
New platform
ruby