|
rest-cpp
REST-like framework and server for blazing fast web applications in C++11
|
Inheritance diagram for REST::Resource:Public Member Functions | |
| virtual void | create () |
| virtual void | read () |
| virtual void | update () |
| virtual void | destroy () |
Public Member Functions inherited from REST::Service | |
| void | ensure_session () |
| void | ensure_authorization (std::string const &realm, std::function< bool(std::string, std::string)> handler) |
Additional Inherited Members | |
Public Attributes inherited from REST::Service | |
| std::shared_ptr< Response > | response |
| std::shared_ptr< Request > | request |
Protected Member Functions inherited from REST::Service | |
| virtual void | before () |
| virtual void | after () |
| virtual void | method (Request::Method method) |
Protected Attributes inherited from REST::Service | |
| std::shared_ptr< Session > | session = nullptr |