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

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.