Difference between revisions of "LlRequestURL"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
|helpers
|helpers
|also_functions=
|also_functions=
{{LSL DefineRow||[[llRequestSecureURL]]}}
{{LSL DefineRow||[[llGetFreeURLs]]}}
{{LSL DefineRow||[[llGetFreeURLs]]}}
{{LSL DefineRow||[[llRequestSecureURL]]}}
{{LSL DefineRow||[[llReleaseURL]]}}
{{LSL DefineRow||[[llReleaseURL]]}}
{{LSL DefineRow||[[llHTTPResponse]]}}
{{LSL DefineRow||[[llHTTPResponse]]}}

Revision as of 14:34, 27 February 2009

Summary

Function: key llRequestURL( );

Requests one HTTP:// url for use by this object. The http_server event is tigger with results.
Returns a key that is the handle used for identifying the request in the http_server event.

Examples

See Also

Functions

•  llRequestSecureURL
•  llGetFreeURLs
•  llReleaseURL
•  llHTTPResponse
•  llGetHTTPHeader

Articles

•  LSL http server

Deep Notes

History

Search JIRA for related Issues

Signature

function key llRequestURL();