Difference between revisions of "LlRequestURL"

From Second Life Wiki
Jump to navigation Jump to search
m (typo: tigger -> triggered)
m
Line 25: Line 25:
*{{SVN|1836|rev=112899 |trunk=*|anchor=file22|ver=|ser=}}
*{{SVN|1836|rev=112899 |trunk=*|anchor=file22|ver=|ser=}}
|cat1=HTTP
|cat1=HTTP
|cat2
|cat2=HTTP/Server
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 16:03, 18 April 2009

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();