Searched defs:CommandMapping (Results 1 – 2 of 2) sorted by relevance
48 struct CommandMapping { struct54 HttpMethod method;55 std::string path_pattern;56 Command command;
52 CommandMapping::CommandMapping(HttpMethod method, in CommandMapping() function in CommandMapping