http
Library
Library used to interact with the HTTP protocol.
Functions
request
This is a yielding function. When called, it will pause the Lua thread that called the function until a result is ready to be returned, without interrupting other scripts. YieldsPerforms an HTTP request with the given options, providing the given response
Headers
By default, this function attaches the following headers:
{ExecutorName}-User-Identifier -- A string unique to each user, and does not change if the script executor is used across computers, useful to check if a user is the same, regardless of computer.
{ExecutorName}-Fingerprint -- The hardware identifier of the user, useful to check if the user is using the same computer.
User-Agent -- The name and version of the executor.