Skip to content

http_request

LLEvents:on("http_request", function(HTTPRequestID: string, HTTPMethod: string, Body: string)
-- ...
end)

Triggered when task receives an HTTP request.

Parameters
HTTPRequestID (string)
HTTPMethod (string)
Body (string)

Add example usage here showing how to handle the http_request event in SLua/Luau.

Add additional notes, caveats, or tips specific to using this event in SLua/Luau.