Difference between revisions of "LlRequestURL"
Jump to navigation
Jump to search
m |
Adam Marker (talk | contribs) 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 | |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 03:54, 1 April 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: key llRequestURL( );0.0 | Forced Delay |
10.0 | Energy |
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 |