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) noexcept | anch::rest::Router | |
| Router() | anch::rest::Router | |
| ~Router() (defined in anch::rest::Router) | anch::rest::Router | virtual |