[][src]Function gotham::plain::start

pub fn start<NH, A>(addr: A, new_handler: NH) where
    NH: NewHandler + 'static,
    A: ToSocketAddrs + 'static + Send

Starts a Gotham application on plain, unsecured HTTP.