In essense, a proxy to the rack cookie handling methods.
Writing cookie values
Picombo::Cookie.set(:sample, 'this is the content of the cookie')
Getting cookie values
Picombo::Cookie.get(:sample)
Deleting a cookie
Picombo::Cookie.delete(:sample)
Deletes a cookie item defined by key
# File lib/classes/cookie.rb, line 36
36: def self.delete(key)
37: Picombo::Core.raw_response.delete_cookie(key)
38: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.