struct

HTTP::CookieJar::Entry

Inherits Struct < Value < Object

Constructors

from_json(value : JSON::Any) : self
Source

Instance methods

created_at
Source
domain
Source
expired?(now : Time = Time.utc) : Bool
Source
expires_at
Source
host_only
Source
http_only(*args, **options)
Source
http_only(*args, **options, &)
Source
last_access_at
Source
name(*args, **options)
Source
name(*args, **options, &)
Source
path
Source
persistent
Source
samesite(*args, **options)
Source
samesite(*args, **options, &)
Source
secure(*args, **options)
Source
secure(*args, **options, &)
Source
to_json(json : JSON::Builder) : Nil
Source
touch(now : Time = Time.utc) : self
Source
value(*args, **options)
Source
value(*args, **options, &)
Source