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

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 to http_adapter: {Assent.HTTPAdapter.Httpc, [...]}.

See Assent.HTTPAdapter for more.