ethers-rs/ethers-providers/src/transports
th4s a97526d6fe
Add authorization for http and websocket (#829)
* Added  basic and bearer authentication for http and websocket transport

* Improved api for websocket `connect_with_auth`

* Bugfix in doc

* Moved use statement into non-wasm imports

* Adapted changelog

* Fixed doc test

* Added constructors for Authorization

* Improved code quality and implemented feedback

* Made bas64 crate for basic auth encoding non-optional

* Added `Display` for `Authorization` instead of `into_auth_string`
2022-01-27 12:04:53 +02:00
..
common.rs Add authorization for http and websocket (#829) 2022-01-27 12:04:53 +02:00
http.rs Add authorization for http and websocket (#829) 2022-01-27 12:04:53 +02:00
ipc.rs ci: test on windows targets (#682) 2021-12-13 23:25:10 +02:00
mock.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
mod.rs Add authorization for http and websocket (#829) 2022-01-27 12:04:53 +02:00
quorum.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
ws.rs Add authorization for http and websocket (#829) 2022-01-27 12:04:53 +02:00