serve_http

Function serve_http 

Source
pub async fn serve_http<T>(port: u16, handler: T)
where T: HttpHandler + EventHandler + Clone + Send + Sync + 'static,