Authors: Ransom Richardson (ransom@ransomr.net).
request_fun() = lhttpc | httpc | hackney | {module(), atom()} | fun((string(), head | get | put | post | trace | options | delete, [{binary(), binary()}], binary(), pos_integer(), #aws_config{}) -> {ok, {{pos_integer(), string()}, [{string(), string()}], binary()}} | {error, any()})
request/6 |
request(URL, Method, Hdrs, Body, Timeout, Aws_config) -> any()
Generated by EDoc