struct Protocol::Network::WebSocketCreated

Overview

Fired upon WebSocket creation.

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 initiator : Initiator | Nil #

Request initiator.


[View source]
def request_id : RequestId #

Request identifier.


[View source]
def url : String #

WebSocket request URL.


[View source]