Sese Framework
x.y.z
A cross-platform framework
|
HTTP 控制器 更多...
#include <Controller.h>
Public 类型 | |
using | Ptr = std::shared_ptr<Controller> |
Public 成员函数 | |
Controller ()=default | |
virtual | ~Controller ()=default |
virtual void | init ()=0 |
auto | begin () |
auto | end () |
Protected 属性 | |
std::vector< Servlet > | servlets |
HTTP 控制器
using sese::net::http::Controller::Ptr = std::shared_ptr<Controller> |
|
default |
|
virtualdefault |
|
inline |
引用了 servlets.
|
inline |
引用了 servlets.
|
pure virtual |