class HTTP::Cookie

Overview

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"

Included Modules

Defined in:

extensions/cookie.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]