llHTTPServer

From Second Life Wiki
Revision as of 18:14, 5 November 2007 by SiRiS Asturias (talk | contribs) (New page: {{LSL_Function|func_id |mode=request |func_sleep=0.1 |func_energy=10.0 |func=llHTTPServer |sort=HTTPServer |p1_type=key |p1_name=avatar |func_desc |return_text|spec|caveats|examples|helper...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

  Either 'func_desc' or 'return_type' & 'return_text' must be defined

(Please use 'return_text' & 'return_type' or 'func_desc' to summarize the functions actions.)

Summary

Function: llHTTPServer( key avatar );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy
• key avatar

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

PJIRA feature request at Allow LSL scripts to act as HTTP servers in order to replace XMLRPC with something scalable. Please go vote if this feature is important to you.

Deep Notes

Search JIRA for related Issues

Signature

//function void llHTTPServer( key avatar );