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