ethers-rs/ethers-providers/src
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
..
transports Add authorization for http and websocket (#829) 2022-01-27 12:04:53 +02:00
ens.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
lib.rs Implement trace_callMany (#792) 2022-01-15 12:41:43 +02:00
pending_escalator.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
pending_transaction.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
provider.rs chore(deps): bump solang (#796) 2022-01-15 17:53:46 +02:00
pubsub.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
stream.rs mark TransactionFut as Send (#723) 2021-12-23 16:29:51 +02:00