Skip to content

post()

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

void post(const char *path, ...);

Example usage:

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