XboxUnity / AuroraScripts

Various LUA scripts for Aurora
33 stars 17 forks source link

lua api support for headers in Http request methods #39

Open MinZe25 opened 5 hours ago

MinZe25 commented 5 hours ago

Support for adding custom headers on the GET and POST requests.

Swizzy commented 5 hours ago

Would you also like to have support for other verbs such as PUT, PATCH, HEAD, OPTIONS and DELETE?