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
{{ message }}
This repository was archived by the owner on May 16, 2026. It is now read-only.
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.
How can I get the POST data into a string in the
onRequestmethod? 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.