struct Protocol::Network::BlockedCookieWithReason

Overview

A cookie with was not sent with a request with the corresponding reason.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def blocked_reasons : Array(CookieBlockedReason) #

The reason(s) the cookie was blocked.


[View source]
def cookie : Cookie #

The cookie object representing the cookie which was not sent.


[View source]