Authors: Ransom Richardson (ransom@ransomr.net).
body() = binary() | undefined | pid()
When partial_download option is used.
headers() = [{atom() | string(), iodata()}]
atom is of type 'Cache-Control' | 'Connection' | 'Date' | ...
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()})
result() = {ok, {{StatusCode::pos_integer(), StatusMsg::string()}, headers(), body()}} | {ok, {pid(), WindowSize::non_neg_integer() | infinity}} | {error, atom()}
| request/6 |
request(URL, Method, Hdrs, Body, Timeout, Aws_config) -> any()
Generated by EDoc