seamapi / edgespec

☃️ an API framework for everywhere.
MIT License
5 stars 2 forks source link

request parsing #47

Closed mxsdev closed 9 months ago

mxsdev commented 9 months ago

Support for request types, most of the logic is copied from nextlove w/ some tweaks

Because request has it overloaded, we will have to use req.jsonBody instead of req.body. Same goes for form data, which will go from req.formData to req.formDataBody. Happy to come up with better naming here.