pub async fn read_options<S>(stream: &mut S) -> Result<Vec<SocksOption>>where S: AsyncRead + Unpin,
Reads the SOCKS6 options from the stream.