Home
last modified time | relevance | path

Searched refs:GetContentType (Results 1 – 2 of 2) sorted by relevance

/system/weaved/buffet/
Dhttp_transport_client.cc45 std::string GetContentType() const override { in GetContentType() function in buffet::__anon508dd1470111::ResponseImpl
46 return response_->GetContentType(); in GetContentType()
/system/webservd/libwebserv/
Drequest.h45 const std::string& GetContentType() const { return content_type_; } in GetContentType() function