class WebsocketTagger

Defined in:

tagger/taggers/websocket.cr

Constant Summary

WORDS = ["sec-websocket-key", "sec-websocket-accept", "sec-websocket-version"]

Constructors

Instance Method Summary

Instance methods inherited from class Tagger

name : String name, perform(endpoints : Array(Endpoint)) : Array(Endpoint) perform

Constructor methods inherited from class Tagger

new(options : Hash(String, String)) new

Constructor Detail

def self.new(options : Hash(String, String)) #

[View source]

Instance Method Detail

def perform(endpoints : Array(Endpoint)) #

[View source]