HTTP.Cookies is a class for http cookies manipulation. It defines three object methods to read, write and remove cookies. Implementation is somehow similar to the Perl module CGI.pm' s cookie() method. See lib//HTTP/Cookies.js for documentation and demo.html for an example usage.