Skip to content

post()

post() is for receiving POST requests. It must be declared in main function.

post("/your/path", your_handler);