struct Protocol::Network::GetAllCookies

Overview

Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the #cookies field.

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 cookies : Array(Cookie) #

Array of cookie objects.


[View source]