Appends the config of the Octane struct with a custom generated one. The Octane struct contains an OctaneConfig instance by default # Example ``` use octane::config::OctaneConfig; use octane::prelude::*; let mut app = Octane::new(); let mut config = OctaneConfig::new(); config.ssl.key("key.pem").cert("cert.pem"); // we supply some ssl certs and key in the config app.with_config(config); ``` No
(&mut self, config: OctaneConfig)
source not stored for this graph (policy: none)