Support surf along with reqwest behind feature gates #129
Labels
enhancement
New feature or request
epic
A fair amount of work is involved
mentor available
This issue has a mentor, if needed
We use
reqwest
as the default client. But, we can supportsurf
by implementing theRequest
,Response
andApiClient
traits which will be introduced as part of #128. Once we do that, we can gatereqwest
andsurf
behind some features and exposereqwest
by default. And, all of this happens is in codegen.The text was updated successfully, but these errors were encountered: