fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
54 stars 18 forks source link

Add methods to the request object #24

Closed karthik2804 closed 1 year ago

karthik2804 commented 2 years ago

It would be nice if we could add the following methods to the HttpRequest interface to allow for easier handling of requests.

karthik2804 commented 1 year ago

Formdata can be handled using the npm library https://www.npmjs.com/package/parse-multipart-data

radu-matei commented 1 year ago

Is there a documented way to do that?