Difference between revisions of "LlRequestURL"
Jump to navigation
Jump to search
m (New page: {{LSL_Function |func_id=344|func_sleep=0.0|func_energy=10.0 |func=llRequestURL|return_type=key |func_footnote |func_desc=Requests one HTTP:// url for use by this object. The http_server ev...) |
m |
||
Line 1: | Line 1: | ||
{{LSL_Function | {{LSL_Function | ||
|func_id= | |func_id=345|func_sleep=0.0|func_energy=10.0 | ||
|func=llRequestURL|return_type=key | |func=llRequestURL|return_type=key | ||
|func_footnote | |func_footnote |
Revision as of 14:32, 27 February 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 tigger with results.
Returns a key that is the handle used for identifying the request in the http_server event.
Examples
See Also
Functions
• | llGetFreeURLs | |||
• | llRequestSecureURL | |||
• | llReleaseURL | |||
• | llHTTPResponse | |||
• | llGetHTTPHeader |
Articles
• | LSL http server |