|
Squid Web Cache master
|
#include <HeaderMangling.h>
Public Member Functions | |
| HeaderWithAcl () | |
Public Attributes | |
| std::string | fieldName |
| HTTP header field name. | |
| std::string | fieldValue |
| HTTP header field value, possibly with macros. | |
| ACLList * | aclList |
| when the header field should be added (always if nil) | |
| Format::Format * | valueFormat |
| compiled HTTP header field value (no macros) | |
| Http::HdrType | fieldId |
| internal ID for "known" headers or HDR_OTHER | |
| bool | quoted |
| whether fieldValue may contain macros | |
Definition at line 95 of file HeaderMangling.h.
|
inline |
Definition at line 98 of file HeaderMangling.h.
| ACLList* HeaderWithAcl::aclList |
Definition at line 107 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().
| Http::HdrType HeaderWithAcl::fieldId |
Definition at line 113 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().
| std::string HeaderWithAcl::fieldName |
Definition at line 101 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().
| std::string HeaderWithAcl::fieldValue |
Definition at line 104 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().
| bool HeaderWithAcl::quoted |
Definition at line 116 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().
| Format::Format* HeaderWithAcl::valueFormat |
Definition at line 110 of file HeaderMangling.h.
Referenced by parse_HeaderWithAclList().