An abstract class that allows any other class to be returned by a handler. More...
#include <returnable.h>
Public Member Functions | |
virtual std::string | dump () const =0 |
returnable (std::string ctype) | |
Public Attributes | |
std::string | content_type |
An abstract class that allows any other class to be returned by a handler.