Searched defs:mime_type (Results 1 – 6 of 6) sorted by relevance
55 NWebUrlResourceResponse(const std::string& mime_type, in NWebUrlResourceResponse()68 NWebUrlResourceResponse(const std::string& mime_type, in NWebUrlResourceResponse()126 void PutResponseMimeType(const std::string& mime_type) in PutResponseMimeType()
22 pub mime_type: String, field30 pub mime_type: CStringWrapper, field
28 pub mime_type: String, field106 pub mime_type: CStringWrapper, field
108 let mime_type: String = data.read()?; in construct() localVariable
74 pub mime_type: Mutex<String>, field
26 const std::string mime_type = "html"; variable