Difference between revisions of "LlRequestURL"
Jump to navigation
Jump to search
m |
m (preview marked) |
||
Line 11: | Line 11: | ||
|examples= | |examples= | ||
|helpers | |helpers | ||
|mode=preview | |||
|also_functions= | |also_functions= | ||
{{LSL DefineRow||[[llRequestSecureURL]]}} | {{LSL DefineRow||[[llRequestSecureURL]]}} |
Revision as of 12:47, 2 June 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Note! Preview Documentation
This function only exists on the preview grid
Summary
Function: key llRequestURL( );0.0 | Forced Delay |
10.0 | Energy |
Requests one HTTP:// url for use by this object. The http_request event is triggered with the results.
Returns a key that is the handle used for identifying the request in the http_request event.
Caveats
- When a region is (re)started all HTTP server URLs are automatically released and invalidated.
- Use CHANGED_REGION_START to detect this so new URL can be requested.
Examples
See Also
Functions
• | llRequestSecureURL | |||
• | llGetFreeURLs | |||
• | llReleaseURL | |||
• | llHTTPResponse | |||
• | llGetHTTPHeader |
Articles
• | LSL http server |