Inheritance diagram for restcgi::method_not_allowed:
Public Member Functions | |
method_not_allowed (const std::string &allow) throw () | |
Construct giving the allowed methods as a mask of method_e enumerations. | |
void | copy_hdr_flds (map_type &map) const |
Copy hdr field name and values. | |
const std::string & | allow () const |
Get methods allowed, for example "GET, PUT". | |
Static Public Attributes | |
static const status_code_e | STATUS_CODE |
status code for exception |