struct Athena::Routing::Config
- Athena::Routing::Config
- Struct
- Value
- Object
Overview
Encompasses all configuration related to the Athena::Routing
component.
For a higher level introduction to configuring Athena components, see Athena::Config
.
Included Modules
- Athena::Config::Configuration
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
config/routing_config.crConstructors
Instance Method Summary
-
#cors : ART::Config::CORS | Nil
Configuration related to
Athena::Routing::Listeners::CORS
.
Constructor Detail
Instance Method Detail
def cors : ART::Config::CORS | Nil
#
Configuration related to Athena::Routing::Listeners::CORS
.
Disables the listener if not defined.