Function ntex::web::ws::start_with

source ยท
pub async fn start_with<T, F, Err>(
    req: HttpRequest,
    factory: F
) -> Result<HttpResponse, Err>
Expand description

Do websocket handshake and start websockets service.