| 89 | } |
| 90 | |
| 91 | void BasicMessage::ContentTypeClear() { m_impl->content_type.reset(); } |
| 92 | |
| 93 | const std::string& BasicMessage::ContentEncoding() const { |
| 94 | if (ContentEncodingIsSet()) { |
nothing calls this directly
no outgoing calls
no test coverage detected