Closed karthik2804 closed 1 year ago
It would be nice if we could add the following methods to the HttpRequest interface to allow for easier handling of requests.
json
text
formdata
Formdata can be handled using the npm library https://www.npmjs.com/package/parse-multipart-data
Is there a documented way to do that?
It would be nice if we could add the following methods to the HttpRequest interface to allow for easier handling of requests.
json
text
formdata