(clarified) Support RESTful Http methods

I wanted to use the previous thread, but I was unable to get it to show back up. This one is clarified, however, so hopefully you understand what I’m asking for.

ROBLOX allowing users to perform Http requests was a huge improvement to the platform. However, ROBLOX skipped the implementation of two very important HTTP methods - PUT and DELETE. A lot of modern day Web APIs use these methods to update and delete data, instead of adapting to GET/POST. An alternative could be to implement a web server to handle these requests for you, but not everyone can afford a reliable web server.

Information about the methods:

These methods wouldn’t be very hard to implement, and would allow interaction with most modern APIs. (Excluding those requiring modification of a header)

2 Likes