google-apis-rs / generator

A binding and CLI generator for all google APIs
Apache License 2.0
71 stars 14 forks source link

Add reqwest TLS pass thru feature #17

Open mwilliammyers opened 4 years ago

mwilliammyers commented 4 years ago

Thanks for all the hard work! I am really excited for the new APIs! I have been waiting for the new reqwest based client to add GCP functionality to an app, and it looks like its getting close!

What do you think about having pass through reqwest features like rustls-tls etc?

Byron commented 4 years ago

Thanks a bunch (CC @ggriffiniii who wrote all the API generation code) :)!

To my mind, implementing your suggestion would be very desirable. All the code you would be interested in is here, do you think you could supply a PR?

mwilliammyers commented 4 years ago

Yeah, I’ll open one soon.