Searched refs:PerMethod (Results 1 – 1 of 1) sorted by relevance
414 struct PerMethod struct in crow::Router420 PerMethod() : rules(1) {} in PerMethod() argument482 for (PerMethod& perMethod : perMethods) in validate()501 const PerMethod& perMethod) in findRouteByPerMethod()570 PerMethod& perMethod = upgradeRoutes; in handleUpgrade()679 for (const PerMethod& pm : perMethods) in getRoutes()692 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;694 PerMethod notFoundRoutes;695 PerMethod upgradeRoutes;696 PerMethod methodNotAllowedRoutes;