Revision Difference
Global.HTTP#518404
<function name="HTTP" parent="Global" type="libraryfunc">
<description>
Launches an asynchronous http request with the given parameters.
<bug issue="2232">This cannot send or receive multiple headers with the same name.</bug>
</description>
<realm>Shared and Menu</realm>
<args>
<arg name="parameters" type="table">The request parameters. See <page>HTTPRequest</page>.</arg>
<arg name="parameters" type="table">The request parameters. See <page>HTTPRequest</page>.</arg>
</args>
<rets>
<ret name="" type="boolean">true if we made a request, nil if we failed.</ret>
</rets>
</function>