33 ContentType(
const std::string&);
34 ContentType(
const char*);
66 friend logging::LogHelper& operator<<(logging::LogHelper&,
const ContentType&);
67 friend std::ostream& operator<<(std::ostream&,
const ContentType&);
69 void BuildStringRepresentation();
74 std::string boundary_;
77 std::string string_representation_;