Function upgrade

Source
pub fn upgrade<T: FLAMSLSPServer + Send + 'static>(
    ws: WebSocketUpgrade,
    new: impl FnOnce(ClientSocket) -> T + Send + 'static,
) -> Response
Available on crate feature ws only.