c_response
Members
success:
boolean
status:
number
Functions
json
Parse the response as JSON.
local json = response:json()
print(json["error"])
text
Get the response as text.
local text = response:text()
to_file
Save response text to file.
response:to_file("C:\\test.txt")