icicleio / http

HTTP component for Icicle
MIT License
61 stars 5 forks source link

How to retrieve POST data? #19

Open Jalle19 opened 8 years ago

Jalle19 commented 8 years ago

How can I get the POST data into a string in the onRequest method? I've tried a bunch of things but I simply can't figure it out. Preferably I just want to block until the body is read, I don't need any kind of concurrency in this case.