#include <HeaderMangling.h>

Collaboration diagram for HeaderWithAcl:

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...
 
ACLListaclList
 when the header field should be added (always if nil) More...
 
Format::FormatvalueFormat
 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 95 of file HeaderMangling.h.

Constructor & Destructor Documentation

◆ HeaderWithAcl()

HeaderWithAcl::HeaderWithAcl ( )
inline

Definition at line 98 of file HeaderMangling.h.

Member Data Documentation

◆ aclList

ACLList* HeaderWithAcl::aclList

Definition at line 107 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().

◆ fieldId

Http::HdrType HeaderWithAcl::fieldId

Definition at line 113 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().

◆ fieldName

std::string HeaderWithAcl::fieldName

Definition at line 101 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().

◆ fieldValue

std::string HeaderWithAcl::fieldValue

Definition at line 104 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().

◆ quoted

bool HeaderWithAcl::quoted

Definition at line 116 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().

◆ valueFormat

Format::Format* HeaderWithAcl::valueFormat

Definition at line 110 of file HeaderMangling.h.

Referenced by parse_HeaderWithAclList().


The documentation for this class was generated from the following file:

 

Introduction

Documentation

Support

Miscellaneous