Hi,
could you please add an example of how post data would be read from request?
I tried reading the request as stream, but the result was empty so I suppose it's not the correct approach.
Request:
curl --data "key=value" http://127.0.0.1:1337
Thank you
Hi,
could you please add an example of how post data would be read from request?
I tried reading the request as stream, but the result was empty so I suppose it's not the correct approach.
Request:
curl --data "key=value" http://127.0.0.1:1337Thank you