Skip to content

llHTTPRequest

function ll.HTTPRequest(URL: string, Parameters: {any}, Body: string): string

Sends 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.

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.