Difference between revisions of "LlRequestURL"

From Second Life Wiki
Jump to navigation Jump to search
m
m (typo: tigger -> triggered)
Line 3: Line 3:
|func=llRequestURL|return_type=key
|func=llRequestURL|return_type=key
|func_footnote
|func_footnote
|func_desc=Requests one HTTP:// url for use by this object. The http_server event is tigger with results.
|func_desc=Requests one HTTP:// url for use by this object. The http_server event is triggered with the results.
|return_text=that is the handle used for identifying the request in the http_server event.
|return_text=that is the handle used for identifying the request in the http_server event.
|spec
|spec

Revision as of 04:54, 1 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();