View Source Assent.HTTPAdapter.Httpc (Assent v0.2.7)

HTTP adapter module for making http requests with httpc.

SSL support will automatically be enabled if the :certifi and :ssl_verify_fun libraries exists in your project. You can also override the httpc options by updating the configuration:

http_adapter: {Assent.HTTPAdapter.Httpc, [...]}

See Assent.HTTPAdapter for more.