-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Right now, there's not support for POST request data parsing or any tests around POST requests.
I started to dig into this, but realized that it brought up some larger concerns (some of which were mentioned in #8. The largest one is synchronous v. asynchronous and how that affects the stack of Simple.
Really, what I think would be ideal here, is to adopt a sort of middle ware approach like Express that would allow easy insertion of the data parsing into the stack. Otherwise, we'll just have nested callbacks on nested callbacks all up in the handleHTTPRequest function...and that's no fun 👎
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels