Inheritance diagram for restcgi::not_modified:
Note: output content not allowed.
Public Member Functions | |
not_modified (const std::string &etag="") throw () | |
Construct, optionally with etag. | |
bool | inhibit_content () const |
Inhibit content? | |
void | copy_hdr_flds (map_type &map) const |
Copy hdr field name and values. | |
const std::string & | etag () const |
Get etag. | |
Static Public Attributes | |
static const status_code_e | STATUS_CODE |
status code for exception |