"appRoute(home)" is a macro that expands to a function called "home":
#define appRoute(name) HttpResponse name(AppContext ctx)
"appRoute(home)" is a macro that expands to a function called "home":
#define appRoute(name) HttpResponse name(AppContext ctx)