pub async fn read_request<S>(stream: &mut S) -> Result<Socks6Request>where S: AsyncRead + Unpin,
Reads a SOCKS6 request from the provided stream.