You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenDAL now depends on reqwest by default. However, some users wish to customize their HTTP client by implementing their own solutions or adding middleware. Perhaps we could define oio::HttpClient as a trait, allowing users to integrate their preferred client instead of being limited to reqwest.
OpenDAL now depends on
reqwest
by default. However, some users wish to customize their HTTP client by implementing their own solutions or adding middleware. Perhaps we could defineoio::HttpClient
as a trait, allowing users to integrate their preferred client instead of being limited toreqwest
.Closing #4286
The text was updated successfully, but these errors were encountered: