ruby-http-cookie 1.0.5
Handle HTTP Cookies based on RFC 6265
HTTP::Cookie
is a Ruby library to handle HTTP Cookies based on RFC 6265. It has been designed with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has built-in support for the legacy cookies.txt
and cookies.sqlite
formats of Mozilla Firefox.
- Website: https://github.com/sparklemotion/http-cookie
- Licenses: Expat
- Package source: gnu/packages/ruby.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-http-cookie 1.0.5
as follows:
guix install ruby-http-cookie@1.0.5
Or install the latest version:
guix install ruby-http-cookie
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.