llHTTPServer

From Second Life Wiki
Revision as of 18:46, 5 November 2007 by SiRiS Asturias (talk | contribs)
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.

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.
http://sim###.agni:portofsimulator/uuid
Ex: http://sim4212.agni:1337/00000000-0000-0000-0000-000000000000

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 SVC-913
Please go vote if this feature is important to you.

Deep Notes

Search JIRA for related Issues

Signature

//function string llHTTPServer();