How to Install ruby-http-cookie in Ubuntu 18.04



Install ruby-http-cookie by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-http-cookie

Description:

Ruby library to handle HTTP Cookies based on RFC 6265

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

Version: 1.0.2-1

Section: universe/ruby