class CorsTagger

Defined in:

tagger/taggers/cors.cr

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, YAML::Any)) new

Class methods inherited from class Tagger

tagger_key : String tagger_key

Instance Method Detail

def perform(endpoints : Array(Endpoint)) #

[View source]