Initialize Client
with custom HTTP client, config, and backoff
#193
Labels
Client
with custom HTTP client, config, and backoff
#193
Uh oh!
There was an error while loading. Please reload this page.
Initializing a
Client
with a custom HTTP client always requires first creating a uselessreqwest::Client
inClient::with_config
.This adds a bit of useless overhead due to
reqwest
's TLS/DNS functionality, which can be non-trivial for certain low-latency applications.Would you be open to adding an additional method along the lines of?
The text was updated successfully, but these errors were encountered: