Class
Rack::Test::Cookie
In:
lib/rack/test/cookie_jar.rb
Parent:
Object
Methods
<=>
default_uri
domain
empty?
expired?
expires
matches?
new
path
raw
replaces?
secure?
valid?
Included Modules
Rack::Utils
Attributes
name
[R]
:api: private
value
[R]
:api: private
Public Class methods
new
(raw, uri = nil, default_host = DEFAULT_HOST)
:api: private
Public Instance methods
<=>
(other)
:api: private
domain
()
:api: private
empty?
()
:api: private
expired?
()
:api: private
expires
()
:api: private
matches?
(uri)
:api: private
path
()
:api: private
raw
()
:api: private
replaces?
(other)
secure?
()
valid?
(uri)
:api: private
Protected Instance methods
default_uri
()
[Validate]