post() is for receiving POST requests. It must be declared in main function.
post()
POST
main
post("/your/path", your_handler);