Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dparsing.hpp25 return http_helpers::getContentType(contentType) == in isJsonContentType()
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp40 inline ContentType getContentType(std::string_view contentTypeHeader) in getContentType() function