pub fn start<NH, A>(
addr: A,
new_handler: NH,
tls_config: ServerConfig,
) -> Result<(), StartError>
Expand description
Starts a Gotham application with the default number of threads.
pub fn start<NH, A>(
addr: A,
new_handler: NH,
tls_config: ServerConfig,
) -> Result<(), StartError>
Starts a Gotham application with the default number of threads.