HttpHeaders.h File Reference
Include dependency graph for HttpHeaders.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HttpHeaders |
Encapsulates a set of HTTP header information. More... | |
Macros | |
#define | HTTP_HEADER_FIELDNAME_MAP(XX) |
#define | XX(_tag, _str, _comment) HTTP_HEADER_##_tag, |
Enumerations | |
enum | HttpHeaderFieldName { HTTP_HEADER_UNKNOWN = 0, HTTP_HEADER_CUSTOM } |
Macro Definition Documentation
◆ HTTP_HEADER_FIELDNAME_MAP
#define HTTP_HEADER_FIELDNAME_MAP | ( | XX | ) |
◆ XX
#define XX | ( | _tag, | |
_str, | |||
_comment | |||
) | HTTP_HEADER_##_tag, |
Enumeration Type Documentation
◆ HttpHeaderFieldName
enum HttpHeaderFieldName |