http
1.12.11devel
|
Tag class for HTTP headers. More...
Go to the source code of this file.
Variables | |
tag_typedef_t | httptag_http |
Tag for http_t . | |
tag_typedef_t | httptag_header |
Tag for header string. | |
tag_typedef_t | httptag_header_str |
Tag for header string. | |
Tag class for HTTP headers.
This file is automatically generated from <http.h> by msg_parser.awk.
#define HTTPTAG_HEADER | ( | x | ) |
Tag list item for header string.
The HTTPTAG_HEADER() macro is used to include a tag item containing an unknown HTTP header in the tag list, e.g.,
x | pointer to a header structure, or NULL. |
#define HTTPTAG_HEADER_STR | ( | x | ) |
Tag list item for header string.
The HTTPTAG_HEADER_STR() macro is used to include a tag item containing a header string in the tag list.
x | pointer to a string, or NULL. |
#define HTTPTAG_HTTP | ( | x | ) |
Tag list item for http_t
object.
The HTTPTAG_HTTP() macro is used to include a tag item for a http_t object in the tag list.
x | pointer to a http_t message object, or NULL. |
#define HTTPTAG_VERSION | ( | x | ) |
Tag list item for http protocol version.
The HTTPTAG_VERSION() macro is used to include a tag item for a HTTP protocol version in the tag list.
x | pointer to a http_t message object, or NULL. |