7df78838aabc359a0e106b99c874825cee9c966f
in make_*() methods you can assing your controller methods in such a way:
assign_methods(this,
by_param(L"paramoption", &MyController::MyMethod3),
by_param(L"paramoption1", L"paramoption2", &MyController::MyMethod2),
by_param_post(L"paramoption", L"postoption", &MyController::MyMethod1)
);
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Languages
C++
92.5%
HTML
6.6%
Makefile
0.6%
Shell
0.2%
C
0.1%