pub async fn handle_request( req: Request<Incoming>, _io: &SocketIo, ) -> Result<Response<Full<Bytes>>, Infallible>
Handle HTTP requests