Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhttp_utility.hpp35 constexpr std::array<ContentTypePair, 5> contentTypes{{ variable
76 contentTypes, [encoding](const ContentTypePair& pair) { in getPreferredContentType()
80 if (knownContentType == contentTypes.end()) in getPreferredContentType()
H A Dwebassets.hpp62 contentTypes{ in requestRoutes() local
160 for (const std::pair<const char*, const char*>& ext : contentTypes) in requestRoutes()