Endpoint function interface. More...
#include <endpointFunction.hpp>
Public Member Functions | |
virtual | ~EndpointFunc () |
virtual anch::rest::Response | execute (const anch::rest::Request &request)=0 |
Endpoint function interface.
Endpoint function executor interface
|
virtual |
EndpointFunc destructor
|
pure virtual |
Execute endpoint function
request | the HTTP request |
Implemented in anch::rest::EndpointParamsFunc< T >, and anch::rest::EndpointSimpleFunc.