LlHTTPServerRemove
From Second Life Wiki
Second Life Wiki > LlHTTPServerRemove
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Contents |
Summary
Function: llHTTPServerRemove( );| REQUEST | Function ID |
| 1.0 | Delay |
| 10.0 | Energy |
Removes the current HTTP server from the prim the script is calling the function in.
See Also
Events
| • | http_request | |||
| • | http_server |
Functions
| • | llHTTPServer | – | For opening an llHTTPServer. | |
| • | llGetHTTPServerURL | – | For retrieving the current HTTP server URL. | |
| • | llHTTPResponse | – | For replying to HTTP requests. | |
| • | llEscapeURL | |||
| • | llUnescapeURL |

