Skip to content

get()

get() is for receiving GET requests. It must be declared in main function.

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

Example usage:

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