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 llGetExperienceErrorMessage(integer error)
void llSetLinkColor(integer linknumber, vector color, integer face)
string llGetLinkName(integer linknum)
integer llGiveMoney(key destination, integer amount)
void llRemoveFromLandBanList(string avatar)
void llSensorRepeat(string name, string id, integer type, float range, float arc, float rate)
integer llSetRegionPos(vector pos)
float llGetSimStats(integer stat_type)