๐http
Options table
headers: table<string> -- Request headers
data: string | nil (Only in POST) -- Sent data
contentType: string | nil (Only in POST) -- Sent content type
asTable: boolean -- Auto converts data from/to strings
saveToFile: string | nil -- Path to a file, useful for binary dataGet
Post
Last updated