rest-cpp
REST-like framework and server for blazing fast web applications in C++11
|
This is the complete list of members for REST::Service, including all inherited members.
after() (defined in REST::Service) | REST::Service | protectedvirtual |
before() (defined in REST::Service) | REST::Service | protectedvirtual |
ensure_authorization(std::string const &realm, std::function< bool(std::string, std::string)> handler) (defined in REST::Service) | REST::Service | |
ensure_session() (defined in REST::Service) | REST::Service | |
make_action() (defined in REST::Service) | REST::Service | protectedvirtual |
method(Request::Method method) (defined in REST::Service) | REST::Service | protectedvirtual |
request (defined in REST::Service) | REST::Service | |
response (defined in REST::Service) | REST::Service | |
Service() (defined in REST::Service) | REST::Service | |
session (defined in REST::Service) | REST::Service | protected |
~Service()=0 (defined in REST::Service) | REST::Service | pure virtual |