PowAssent v0.1.0-rc.2 PowAssent.HTTPAdapter.Httpc View Source
HTTP adapter module for making http requests.
SSL support will automatically be enabled if the :certifi
and
:ssl_verify_fun
libraries exists in your project. You can also override
the httc opts by setting config :pow, httpc_opts: opts
.
Link to this section Summary
Functions
Make a HTTP request using :httpc
Link to this section Types
Link to this section Functions
Link to this function
request(method, url, body, headers, httpc_opts \\ Application.get_env(:pow, :httpc_opts))
View Source
Make a HTTP request using :httpc.