16 void setContentType(
const char* type);
17 void setContentLangauge(
const char* language);
18 void setExpires(
const char* expires);
19 void setCacheControl(
const char* control);
20 void setContentDisposition(
const char* disposition);
21 void setContentEncoding(
const char* encoding);
31 return content_language_;
41 return cache_control_;
46 return content_encoding_;
53 char* content_language_;
56 char* content_disposition_;
57 char* content_encoding_;
const char * getContentEncoding() const
const char * getContentLangauge() const
const char * getExpires() const
const char * getContentType() const
const char * getCacheControl() const