Public API
Namespaces
drogon |
Defines
Defines (CacheMap.h)
TICK_INTERVAL 1.0 |
Defines (HttpController.h)
METHOD_LIST_BEGIN static void initPathRouting() | HttpController.h An Tao Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file. Drogon For more details on the class, see the wiki site (the 'HttpController' section)
| |
METHOD_ADD(method,pattern,...) | Mentioned in:
| |
ADD_METHOD_TO(method,path_pattern,...) | Mentioned in:
| |
ADD_METHOD_VIA_REGEX(method,regex,...) | Mentioned in:
| |
METHOD_LIST_END return; | Mentioned in:
|
Defines (HttpSimpleController.h)
PATH_LIST_BEGIN static void initPathRouting() | HttpSimpleController.h An Tao Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file. Drogon
| |
PATH_ADD(path,...) | Mentioned in:
| |
Mentioned in:
|
Defines (WebSocketController.h)
WS_PATH_LIST_BEGIN static void initPathRouting() | WebSocketController.h An Tao Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file. Drogon
| |
WS_PATH_ADD(path,...) | Mentioned in:
| |
Mentioned in:
|