struct Protocol::Network::SetCookie

Overview

Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

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 success : Bool #

Always set to true. If an error occurs, the response indicates protocol error.


[View source]