I am trying to build a simple api using httpuv package. The documentation says that one could use the same Rook definition. While using the Rook package one can simple use:
req$POST()
I haven't been able to figure out how to manage simple HTTP POST requests and get their body.
Any hints?