Skip to content

llGetHTTPHeader

function ll.GetHTTPHeader(HTTPRequestID: string, Header: string): string

Returns 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

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.