pub async fn serve_tcp(
addr: &str,
server: impl Into<Arc<HttpServer>>,
) -> Result<()>Expand description
Starts handling connections on a given HttpServer, without TLS
pub async fn serve_tcp(
addr: &str,
server: impl Into<Arc<HttpServer>>,
) -> Result<()>Starts handling connections on a given HttpServer, without TLS