25#ifndef HTTP_HCLASSES_H
27#define HTTP_HCLASSES_H
44#define http_accept_class msg_accept_class
45#define http_accept_charset_class msg_accept_charset_class
46#define http_accept_encoding_class msg_accept_encoding_class
47#define http_accept_language_class msg_accept_language_class
48#define http_content_encoding_class msg_content_encoding_class
49#define http_content_length_class msg_content_length_class
50#define http_content_md5_class msg_content_md5_class
51#define http_content_type_class msg_content_type_class
52#define http_content_id_class msg_content_id_class
53#define http_content_location_class msg_content_location_class
54#define http_content_language_class msg_content_language_class
55#define http_mime_version_class msg_mime_version_class
57#define http_error_class msg_error_class
58#define http_unknown_class msg_unknown_class
59#define http_separator_class msg_separator_class
60#define http_payload_class msg_payload_class
65#define HTTP_HCLASSES_ONLY
67#undef HTTP_HCLASSES_ONLY
Macros for each HTTP header.