reqwest
reqwest copied to clipboard
add web socket client support
considering http3 may not be widely used soon,could reqwest provide a websocket client? there is project like websockets-rs.github.io/rust-websocket/ based on hyper 0.10 and tokio 0.1.we can discuss the possibility in this issue.
https://github.com/jgraef/reqwest-websocket
https://github.com/jgraef/reqwest-websocket
seems great,maybe to be made official.