Difference between revisions of "LlHTTPServer"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function|func_id
{{LSL_Function|func_id
|mode=request
|mode=request
|func=llHTTPServer
|func_sleep=0.1
|func_sleep=0.1
|func_energy=10.0
|func_energy=10.0
|func=llHTTPServer
|sort=HTTPServer
|return_type=string
|return_type=string
|func_desc=Opens an HTTP server to the prim the script is callng the function in, returning the connection URL as a string.
|func_desc=Opens an HTTP server to the prim the script is callng the function in, returning the connection URL as a string.
|sort=HTTPServer
|return_text= that is a URL identifying the HTTP server.
|return_text|spec|caveats|examples|helpers|related|also
|spec
|caveats
|examples
|helpers
|related
|also
|notes=PJIRA feature request at [http://jira.secondlife.com/browse/SVC-913 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.
|notes=PJIRA feature request at [http://jira.secondlife.com/browse/SVC-913 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.
}}
}}

Revision as of 18:23, 5 November 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llHTTPServer( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Opens an HTTP server to the prim the script is callng the function in, returning the connection URL as a string.
Returns a string that is a URL identifying the HTTP server.

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 string llHTTPServer();