llRequestURL

From Second Life Wiki
Revision as of 16:03, 18 April 2009 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: key llRequestURL( );

Requests one HTTP:// url for use by this object. The http_server event is triggered with the 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();