gip icon indicating copy to clipboard operation
gip copied to clipboard

Support for `rustls` not only `openssl`

Open gabrik opened this issue 1 year ago • 0 comments

Hi, first thank you for your useful crate.

I was thinking if it is possible to add a couple of features to decide whether to use reqwest with openssl or rustls, this will allow to build this crate and the tool without any extenal depedencies especially for systems where openssl may not be present.

Please take a look at the features of reqwest to check how it can be done: https://docs.rs/crate/reqwest/latest/features

gabrik avatar Aug 27 '24 07:08 gabrik