How to use Crow on Raspberry Pi
I'm trying to start a webserver using a Raspberry Pi for listening to POST requests from IFTTT. I'm programming in C++. I tried Crow, which wouldn't work at all, giving the error
Handler function cannot have void return type...".
How can I resolve this error?