llHTTPServerRemove

From Second Life Wiki
Revision as of 03:46, 6 November 2007 by SiRiS Asturias (talk | contribs) (New page: {{LSL_Function|func_id |mode=request |func=llHTTPServerRemove |func_sleep=0.1 |func_energy=10.0 |sort=HTTPServerRemove |return_type |func_desc=Removes the HTTP server of the prim the scrip...)
(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.

Summary

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

Removes the HTTP server of the prim the script is calling the function in.

Caveats

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

Examples

Notes

Zero Linden's Office Hours Discussion On Incoming HTTP: [1]
PJIRA feature request at SVC-913
Please go vote if this feature is important to you.

See Also

Events

•  http_request

Functions

•  llHTTPServer For opening an llHTTPServer.
•  llEscapeURL
•  llUnescapeURL
•  llGetHTTPServerURL

Deep Notes

Search JIRA for related Issues

Signature

//function void llHTTPServerRemove();