serve_tcp

Function serve_tcp 

Source
pub async fn serve_tcp(
    addr: &str,
    server: impl Into<Arc<HttpServer>>,
) -> Result<()>
Expand description

Starts handling connections on a given HttpServer, without TLS