HTTP::Cookie
Inherits JSON::Serializable / Reference / Object
Represents a cookie with all its attributes. Provides convenient access and modification of them.
NOTE: To use Cookie, you must explicitly import it with require "http/cookie"
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source