class Skeleton::CORSHandler
- Skeleton::CORSHandler
- Reference
- Object
Included Modules
- HTTP::Handler
Defined in:
skeleton/handlers/CORSHandler.crConstructors
Instance Method Summary
- #allow_creds : Bool
- #allow_creds=(allow_creds : Bool)
- #allow_headers : String
- #allow_headers=(allow_headers : String)
- #allow_methods : String
- #allow_methods=(allow_methods : String)
- #allow_origin : String
- #allow_origin=(allow_origin : String)
- #call(context)
- #max_age : Int32
- #max_age=(max_age : Int32)