Home
last modified time | relevance | path

Searched refs:reqMethodIndex (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Drouting.hpp549 size_t reqMethodIndex = static_cast<size_t>(*verb); in findRoute() local
550 if (reqMethodIndex >= perMethods.size()) in findRoute()
556 perMethods[reqMethodIndex]); in findRoute()