Open Jalle19 opened 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.
onRequest
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.