Home
last modified time | relevance | path

Searched defs:isJsonContentType (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dparsing_test.cpp10 TEST(HttpParsing, isJsonContentType) in TEST() argument
/openbmc/bmcweb/http/
H A Dparsing.hpp24 inline bool isJsonContentType(std::string_view contentType) in isJsonContentType() function