tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 465 forks source link

Allow setting basic auth credentials in websocket url #590

Closed 717a56e1 closed 2 years ago

717a56e1 commented 2 years ago

These could be set before, but would be ignored by soketto. Now they're propagated to the backend.

tomusdrw commented 2 years ago

Fixes https://github.com/tomusdrw/rust-web3/issues/567