pub fn is_upgrade_request<'a, H>(method: Method, request_headers: H) -> boolwhere H: IntoIterator<Item = (&'a str, &'a str)>,
Check if the request is a Websocket upgrade request