LlHTTPServer
Jump to navigation
Jump to search
All Issues ~ Search JIRA for related Bugs
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
LSL Feature Request |
The described function does not exist. This article is a feature request. |
Summary
Function: llHTTPServer( );REQUEST | Function ID |
1.0 | Forced Delay |
10.0 | Energy |
Triggers the http_server event with event_type HTTP_SERVER_ACTIVATED in the script calling the function.
Caveats
- This function causes the script to sleep for 1.0 seconds.
- Attachments receive a new URL on every region change. See llGetHTTPServerURL
Examples
Notes
See Also
Events
• | http_request | |||
• | http_server |
Functions
• | llHTTPServerRemove | – | For removing the current HTTP server from a script. | |
• | llGetHTTPServerURL | – | For retrieving the current HTTP server URL. | |
• | llHTTPResponse | – | For replying to HTTP requests. | |
• | llEscapeURL | |||
• | llUnescapeURL |