pub async fn ws_upgrade_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<HttpRuntime>>,
uri: Uri,
) -> impl IntoResponseExpand description
Handle WebSocket upgrade requests.
pub async fn ws_upgrade_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<HttpRuntime>>,
uri: Uri,
) -> impl IntoResponseHandle WebSocket upgrade requests.