Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 10 of 10) sorted by relevance

/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp56 std::array<ContentType, 1> contentType{ContentType::HTML}; in TEST() local
123 std::array<ContentType, 1> contentType{ContentType::CBOR}; in TEST() local
146 std::array<Encoding, 2> contentType{Encoding::GZIP, in TEST() local
/openbmc/bmcweb/include/
H A Dwebassets.hpp68 std::string_view contentType; member
146 const auto* contentType = in getFiletypeForExtension() local
H A Dsecurity_headers.hpp26 std::string_view contentType = res.getHeaderValue("Content-Type"); in addSecurityHeaders() local
H A Dlogin_routes.hpp37 std::string_view contentType = req.getHeaderValue("content-type"); in handleLogin() local
H A Dmultipart_parser.hpp68 std::string_view contentType = req.getHeaderValue("content-type"); in parse() local
/openbmc/bmcweb/http/
H A Dparsing.hpp24 inline bool isJsonContentType(std::string_view contentType) in isJsonContentType()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp54 boost::beast::string_view contentType = req.getHeaderValue("content-type"); in handleFilePut() local
/openbmc/rest-dbus/resources/
H A Ddbus.js298 'contentType': 'text/json', property in AnonymousClass9ebe46fd0d01
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp525 void assertProcessResponseContentType(std::string_view contentType)
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp1053 std::string_view contentType = req.getHeaderValue("Content-Type"); in handleUpdateServicePost() local