Searched defs:contentType (Results 1 – 10 of 10) sorted by relevance
56 std::array<ContentType, 1> contentType{ContentType::HTML}; in TEST() local123 std::array<ContentType, 1> contentType{ContentType::CBOR}; in TEST() local146 std::array<Encoding, 2> contentType{Encoding::GZIP, in TEST() local
68 std::string_view contentType; member146 const auto* contentType = in getFiletypeForExtension() local
26 std::string_view contentType = res.getHeaderValue("Content-Type"); in addSecurityHeaders() local
37 std::string_view contentType = req.getHeaderValue("content-type"); in handleLogin() local
68 std::string_view contentType = req.getHeaderValue("content-type"); in parse() local
24 inline bool isJsonContentType(std::string_view contentType) in isJsonContentType()
54 boost::beast::string_view contentType = req.getHeaderValue("content-type"); in handleFilePut() local
298 'contentType': 'text/json', property in AnonymousClass9ebe46fd0d01
525 void assertProcessResponseContentType(std::string_view contentType)
1053 std::string_view contentType = req.getHeaderValue("Content-Type"); in handleUpdateServicePost() local