Skip to content

Conversation

cataggar
Copy link
Member

This is a subset of #755. It hasn't been supported for months. A user could implement the HttpClient trait to pass in their own version. Fix #688.

@cataggar cataggar requested a review from rylev May 20, 2022 21:43
Copy link
Contributor

@rylev rylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with having only one built-in solution (and requiring the user implement their own if they don't like the default), but I'm unsure that reqwest is the right default. Since reqwest is built on top of hyper, it seems reasonable to use the lowest common denominator as the default. Either way, I'm fine with merging this for now.

@cataggar cataggar merged commit 1d95283 into Azure:main May 24, 2022
@cataggar cataggar deleted the remove-hyper branch May 24, 2022 16:45
@cataggar cataggar added this to the core 0.3.0 milestone May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Attempting to enable hyper causes azure_core to fail to compile

3 participants