class Skeleton::CORSHandler

Included Modules

Defined in:

skeleton/handlers/CORSHandler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def allow_creds : Bool #

[View source]
def allow_creds=(allow_creds : Bool) #

[View source]
def allow_headers : String #

[View source]
def allow_headers=(allow_headers : String) #

[View source]
def allow_methods : String #

[View source]
def allow_methods=(allow_methods : String) #

[View source]
def allow_origin : String #

[View source]
def allow_origin=(allow_origin : String) #

[View source]
def call(context) #

[View source]
def max_age : Int32 #

[View source]
def max_age=(max_age : Int32) #

[View source]