Function wrapper for handleRequest functions of nawa apps. More...
Go to the source code of this file.
Classes | |
class | nawa::HandleRequestFunctionWrapper |
Namespaces | |
namespace | nawa |
Typedefs | |
using | nawa::HandleRequestFunction = std::function< int(nawa::Connection &)> |
using | nawa::DestructionCallbackFunction = std::function< void(void *)> |
Function wrapper for handleRequest functions of nawa apps.
Definition in file HandleRequestFunction.h.