Difference between revisions of "LlHTTPRequest"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=320|func_sleep=0.0|func_energy=10.0|func=llHTTPRequest|p1_type=string|p1_name=url|p2_type=list|p2_name=parameters|p3_type=string|p3_name=body|func_footnote=Send an HTTP request.|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=320
|func_sleep=0.05
|func_energy=10.0
|func=llHttpRequest
|sort=HttpRequest
|return_type=key
|return_text=unique key identifying the http request made.
|func_footnote=Sends a HTTP request to the specified url with the body of the request and parameters.
|spec
|caveats=
|examples=default
{
    state_entry()
    {
        llHttpRequest("url", [], "");
    }
}
|helpers
|also_functions=*{{LSLG|llResetTime}}
*{{LSLG|llGetTime}}
|also
|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]

Revision as of 21:46, 30 January 2007