View Source hex_http_httpc (hex_core v0.10.0)

httpc-based implementation of hex_http contract.

Configuration keys:

* profile - the name of the profile, defaults to default. See httpc:set_options/2 for more information on setting options on profiles.

* http_options - a list of HTTP options, defaults to []. See httpc:request/5 for a list of available HTTP options.

Link to this section Summary

Link to this section Functions

Link to this function

request(Method, URI, ReqHeaders, Body, AdapterConfig)

View Source