Difference between revisions of "LlHTTPServer"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|func_energy=10.0
|func_energy=10.0
|func=llHTTPServer
|func=llHTTPServer
|func_desc=Sends an HTTP request to the specified URL with the body of the request and parameters.  
|return_type=string
|func_desc=Opens an HTTP server to the specified URL with the body of the request and parameters.  
|sort=HTTPServer
|sort=HTTPServer
|p1_type=key
|p1_name=avatar
|func_desc
|return_text|spec|caveats|examples|helpers|related|also
|return_text|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:17, 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 specified URL with the body of the request and parameters.
Returns a string

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