How to use Crow on Raspberry Pi
23:00 08 Aug 2022

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?

c++ raspberry-pi ifttt