Current section

Files

Jump to
nodefinder doc nodefinder_ec2_api_httpc.html
Raw

doc/nodefinder_ec2_api_httpc.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module nodefinder_ec2_api_httpc</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module nodefinder_ec2_api_httpc</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
HTTP client abstraction for erlcloud.
<p><b>Authors:</b> Ransom Richardson (<a href="mailto:ransom@ransomr.net"><tt>ransom@ransomr.net</tt></a>).</p>
<h2><a name="description">Description</a></h2>
HTTP client abstraction for erlcloud. Simplifies changing http clients.
API matches lhttpc, except Config is passed instead of options for
future cusomizability.
<h2><a name="types">Data Types</a></h2>
<h3 class="typedecl"><a name="type-request_fun">request_fun()</a></h3>
<p><tt>request_fun() = lhttpc | httpc | hackney | {module(), atom()} | fun((string(), head | get | put | post | trace | options | delete, [{binary(), binary()}], binary(), pos_integer(), #aws_config{}) -&gt; {ok, {{pos_integer(), string()}, [{string(), string()}], binary()}} | {error, any()})</tt></p>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#request-6">request/6</a></td><td></td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="request-6">request/6</a></h3>
<div class="spec">
<p><tt>request(URL, Method, Hdrs, Body, Timeout, Aws_config) -&gt; any()</tt></p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:43:24.</i></p>
</body>
</html>