[][src]Module octane::config

Structs

OctaneConfig

An independent OctaneConfig struct that can be used seperately from the app structure and then be appended to it.

Ssl

Ssl struct, contains the key and cert required to setup SSL with the selected feature (rustls or openssl)

Traits

Config

Shared config trait which allows us to use the config methods on the Octane server struct too as it has a config field by default