-
I'm planning to migrate some of my existing tools from the My question is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It should be possible to pull in I recommend experimentation with the options outlined above, maybe that works already, or concrete idea of what needs improvement arises from that. |
Beta Was this translation helpful? Give feedback.
gix
supports a couple of HTTP transport implementations, with one beingcurl
and another beingreqwest
.curl
supports different TLS implementations, and I never tried to change the default.It should be possible to pull in
curl
as a direct dependency and alter its feature flags, to affect the entire dependency tree, allowing to configure the TLS implementation that is used by the application.I recommend experimentation with the options outlined above, maybe that works already, or concrete idea of what needs improvement arises from that.