You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Jalle19
changed the title
How to retrieve POST data
How to retrieve POST data?
Jul 31, 2016
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.The text was updated successfully, but these errors were encountered: