class SoapTagger

Defined in:

tagger/taggers/soap.cr

Constant Summary

WORDS = ["soapaction"]

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]