openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] [Rust] [Client] Add option to use rustls for reqwest instead of openssl

Open skrcka opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Openssl tends to be problematic when crosscompiling. In some cases it's better to just go with rustls.

Describe the solution you'd like

New optional parameter that uses rustls feature instead of openssl for reqwest lib.

Describe alternatives you've considered

Additional context

skrcka avatar Oct 13 '24 15:10 skrcka