[Feature] Remove reqwest
prefix from http
related methods
#448
Labels
enhancement
New feature or request
reqwest
prefix from http
related methods
#448
Component
provider, pubsub, rpc, transports
Describe the feature you would like
Considering we default to using the
reqwest
crate it makes sense to have allhttp
related methods refer to that implementation.on_reqwest_http
->on_http
(alloy/crates/provider/src/builder.rs
Lines 226 to 235 in 6945c16
reqwest_http
->http
(alloy/crates/rpc-client/src/builder.rs
Lines 49 to 61 in 6945c16
We would keep the
hyper_
prefixed methodsAlternative to renaming is that we could add a
http
alias forreqwest_http
.Additional context
Originally scoped in: alloy-rs/examples#43 (comment)
The text was updated successfully, but these errors were encountered: