Searched refs:mime_type (Results 1 – 7 of 7) sorted by relevance
54 const std::string& mime_type) { in Reply() argument58 AddHeader(brillo::http::response_header::kContentType, mime_type); in Reply()64 const std::string& mime_type) { in ReplyWithText() argument66 mime_type); in ReplyWithText()73 std::string mime_type = brillo::mime::AppendParameter( in ReplyWithJson() local77 ReplyWithText(status_code, text, mime_type); in ReplyWithJson()
49 const std::string &mime_type) override { in Reply() argument50 return MockReply(status_code, data_stream.get(), mime_type); in Reply()
53 const std::string& mime_type) = 0;58 const std::string& mime_type) = 0;
42 const std::string& mime_type) override;45 const std::string& mime_type) override;
71 const std::string& mime_type) override { in SendReply() argument72 response_->ReplyWithText(status_code, data, mime_type); in SendReply()
168 const std::string& mime_type, in Complete() argument172 mime_type); in Complete()
92 const std::string& mime_type,