ethers-rs/ethers-providers/src/transports
Georgios Konstantopoulos 0cfeadadf4
Websockets + TLS for Async-Std / Tokio (#30)
* fix: relax trait bounds on JsonRpcClient

* refactor(provider): move http client to separate dir

* feat(provider): add initial Websocket support over Stream/Sink + Tungstenite

* test(provider): add websocket test

* feat(provider): add convenience method using tokio/async-std behind a feature flag

* test(provider): add websocket ssl test

* feat(provider): add TLS websockets for tokio/async-std

* docs(provider): add websocket docs / examples

* fix(provider): make tokio an optional dep
2020-06-21 10:17:11 +03:00
..
common.rs Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00
http.rs Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00
mod.rs Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00
ws.rs Websockets + TLS for Async-Std / Tokio (#30) 2020-06-21 10:17:11 +03:00