Difference between revisions of "LlRequestURL"
Jump to navigation
Jump to search
Adam Marker (talk | contribs) 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 15:03, 18 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 |