Inheritance diagram for restcgi::content_hdr:

These are the entity fields that are directly related to the content in the response message, the "representation" of the entity. The others are in the response_hdr.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.1
Public Member Functions | |
| content_hdr () | |
| construct | |
| std::string | content_encoding () const |
| get content encoding | |
| bool | content_encoding (const std::string &v) |
| set content encoding | |
| std::string | content_language () const |
| get content language | |
| bool | content_language (const std::string &v) |
| set content language | |
| bool | content_length (size_t &v, size_t dflt) const |
| get content length as size | |
| bool | content_length (size_t v) |
| set content length from size | |
| std::string | content_md5 () const |
| get content md5 | |
| bool | content_md5 (const std::string &v) |
| set content md5 | |
| std::string | content_range () const |
| get content range | |
| bool | content_range (const std::string &v) |
| set content range | |
| std::string | content_type () const |
| get content type | |
| bool | content_type (const std::string &v) |
| set content type | |
1.4.7