llGetHTTPHeader
function ll.GetHTTPHeader(HTTPRequestID: string, Header: string): stringReturns the value for header for request_id.
Returns a string that is the value of the Header for HTTPRequestID.
Parameters
-
HTTPRequestID(string) - A valid HTTP request key
-
Header(string) - Header value name
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetHTTPHeader().
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: llGetHTTPHeader