#include <HttpHeaderTools.h>

Public Member Functions | |
| HeaderWithAcl () | |
Public Attributes | |
| std::string | fieldName |
| HTTP header field name. More... | |
| std::string | fieldValue |
| HTTP header field value, possibly with macros. More... | |
| ACLList * | aclList |
| when the header field should be added (always if nil) More... | |
| Format::Format * | valueFormat |
| compiled HTTP header field value (no macros) More... | |
| Http::HdrType | fieldId |
| internal ID for "known" headers or HDR_OTHER More... | |
| bool | quoted |
| whether fieldValue may contain macros More... | |
Detailed Description
Definition at line 96 of file HttpHeaderTools.h.
Constructor & Destructor Documentation
◆ HeaderWithAcl()
|
inline |
Definition at line 99 of file HttpHeaderTools.h.
Member Data Documentation
◆ aclList
| ACLList* HeaderWithAcl::aclList |
Definition at line 108 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
◆ fieldId
| Http::HdrType HeaderWithAcl::fieldId |
Definition at line 114 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
◆ fieldName
| std::string HeaderWithAcl::fieldName |
Definition at line 102 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
◆ fieldValue
| std::string HeaderWithAcl::fieldValue |
Definition at line 105 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
◆ quoted
| bool HeaderWithAcl::quoted |
Definition at line 117 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
◆ valueFormat
| Format::Format* HeaderWithAcl::valueFormat |
Definition at line 111 of file HttpHeaderTools.h.
Referenced by parse_HeaderWithAclList().
The documentation for this class was generated from the following file:
