Module r3_hex_http_httpc

httpc-based implementation of r3_hex_http contract.

Behaviours: r3_hex_http.

Description

httpc-based implementation of r3_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.

Function Index

request/5

Function Details

request/5

request(Method, URI, ReqHeaders, Body, AdapterConfig) -> any()


Generated by EDoc