llHTTPRequest
function ll.HTTPRequest(URL: string, Parameters: {any}, Body: string): stringSends an HTTP request to the specified URL with the Body of the request and Parameters.
Returns a key that is a handle identifying the HTTP request made.
Parameters
URL(string)- A valid HTTP/HTTPS URL.
Parameters({any})- Configuration parameters, specified as HTTP_* flag-value pairs.
Body(string)- Contents of the request.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.HTTPRequest().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llHTTPRequest