Tomasz Sowa 7df78838aa add assign_methods(...) functionality to the FunctionBase
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)
  );
2024-06-29 17:23:03 +02:00
2024-05-31 00:32:56 +02:00
2021-06-16 18:09:18 +02:00
2022-07-03 12:17:26 +02:00
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
BSD-2-Clause 18 MiB
Languages
C++ 92.5%
HTML 6.6%
Makefile 0.6%
Shell 0.2%
C 0.1%