llHTTPResponse
LSLvoid llHTTPResponse(key id, integer status, string body)
Responds to an incoming HTTP request which was triggerd by an http_request event within the script. HTTPRequestID specifies the request to respond to (this ID is supplied in the http_request event handler). Status and Body specify the status code and message to respond with.
Parameters
| Type | Name |
|---|---|
| key | id |
| integer | status |
| string | body |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llGetObjectDesc()
void llSoundPreload(string sound)
void llSetAlpha(float alpha, integer face)
float llFrand(float mag)
integer llSubStringIndex(string source, string pattern)
void llCollisionSound(string impact_sound, float impact_volume)
void llSetTexture(string texture, integer face)
key llDataSizeKeyValue()