AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::Router Member List

This is the complete list of members for anch::rest::Router, including all inherited members.

add(std::function< anch::rest::Response(const anch::rest::Request &, P...)> func, const std::string &path, const std::string &verb, const std::vector< std::string > &consumes, const std::vector< std::string > &produces)anch::rest::Router
add(anch::rest::EndPoint &endpoint, std::function< anch::rest::Response(const anch::rest::Request &, P...)> func)anch::rest::Router
execute(anch::rest::Request &request) noexceptanch::rest::Router
Router()anch::rest::Router
~Router() (defined in anch::rest::Router)anch::rest::Routervirtual