Module | Merb::CookiesMixin |
In: |
lib/merb-core/dispatch/cookies.rb
|
Merb::Cookies: | A new Merb::Cookies instance representing the cookies that came in from the request object |
Headers are passed into the cookie object so that you can do:
cookies[:foo] = "bar"
:api: public