| restcgi::bad_request | "Bad request" exception |
| restcgi::conflict | "Conflict" exception |
| restcgi::content | Base class for content stream (HTTP message body) |
| restcgi::content_hdr | Entity content HTTP header fields |
| restcgi::cookie | HTTP cookie as a name, value, and attributes |
| restcgi::cookie_attrs | Cookie attributes |
| restcgi::cookies | Collection of cookies |
| restcgi::cookies::observer | Cookies observer interface |
| restcgi::ctmpl | Template for creating content using variable replacement |
| restcgi::date_time | Date and time class wrapping UTC time_t type for HTTP formats |
| restcgi::endpoint | Represents the HTTP service endpoint |
| restcgi::env | CGI environment variables |
| restcgi::env::hdr_iterator | Iterator over the header field string pairs: name, value |
| restcgi::exception | Base class for throwing exceptions when processing HTTP methods |
| restcgi::general_hdr | General HTTP header fields |
| restcgi::gone | "Gone" exception |
| restcgi::hdr | HTTP header base class mapping field names to values |
| restcgi::hdr::fld_traits | Traits for the standard fields |
| restcgi::hdr::key | Key for field-to-value map |
| restcgi::http_text | HTTP/1.1 specification "TEXT" |
| restcgi::http_token | HTTP/1.1 specification "token" |
| restcgi::http_word | HTTP/1.1 specification "word", either a "token" or quoted text |
| restcgi::icontent | Input content stream from HTTP request message body |
| restcgi::internal_server_error | "Internal server error" exception |
| restcgi::method | HTTP method class |
| restcgi::method_e | Method type enumeration |
| restcgi::method_not_allowed | "Method not allowed" exception |
| restcgi::no_content | "No content" exception |
| restcgi::not_found | "Not found" exception |
| restcgi::not_modified | "Not modified" exception |
| restcgi::ocontent | Output content stream for HTTP response message body |
| restcgi::precondition_failed | "Precondition failed" exception |
| restcgi::request_entity_too_large | "Request Entity Too Large" exception |
| restcgi::request_hdr | Request and general HTTP header fields |
| restcgi::reset_content | "Reset content" exception |
| restcgi::resource | Base class for REST resource |
| restcgi::response_hdr | Response, general, and some entity HTTP header fields |
| restcgi::rest | REST processing for application resources |
| restcgi::see_other | "See other" exception |
| restcgi::status_code_e | HTTP status code enumeration |
| restcgi::tiny_parser | Tiny parser |
| restcgi::unauthorized | "Unauthorized" exception |
| restcgi::unsupported_media_type | "Unsupported Media Type" exception |
| restcgi::uri_info | URI information for the located resource |
| restcgi::version | Information that identifies a version of a resource |
| restcgi::version_constraint | Constraint on a resource's version which governs the operation of or response to a method |
| restcgi::version_tag | Version tag class for identifying versions using a string |
1.4.7