Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/socketry/async-http/discussions/195
ref="https://github.githubassets.com/assets/github-6e7c458caf1e80bb.css" />
Uh oh!
There was an error while loading. Please reload this page.
-
I'm evaluating options for an old codebase which has multiple HTTP client libraries and I'd like to consolidate. For example, it uses rest-client even though it's been unmaintained for years now as well as Faraday, Net::HTTP, etc.
Various of our services use HTTPS client certificates and I can't find an example. I saw I could pass in OpenSSL::SSL::SSLContext via the
ssl_contextoption, but is that the recommended option? Having a documented example would help.Beta Was this translation helpful? Give feedback.
All reactions