HAR::Cookie
Inherits JSON::Serializable < Reference < Object
Constructors
new(name : String, value : String, path : Nil | String = nil, domain : Nil | String = nil, expires : String | Time | Nil = nil, http_only : Bool | Nil = nil, secure : Bool | Nil = nil, comment : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(http_cookie : HTTP::Cookie)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
expires
Cookie expiration time (ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD,
e.g. 2009-07-24T19:20:30.123+02:00).
NOTE: String type has been found in Chrome exports.
Cookie expiration time (ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD,
e.g. 2009-07-24T19:20:30.123+02:00).
NOTE: String type has been found in Chrome exports.
http_only?
Sourcesecure?
Sourceto_http_cookie
Source