HeaderMangling.h File Reference
#include "acl/forward.h"
#include "format/Format.h"
#include "http/RegisteredHeaders.h"
#include <functional>
#include <list>
#include <map>
#include <string>
Include dependency graph for HeaderMangling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  headerMangler
 
class  HeaderManglers
 A collection of headerMangler objects for a given message kind. More...
 
class  HeaderManglers::NoCaseLessThan
 
class  HeaderWithAcl
 

Typedefs

typedef std::list< HeaderWithAclHeaderWithAclList
 

Enumerations

enum  req_or_rep_t {
  ROR_REQUEST,
  ROR_REPLY
}
 

Functions

void httpHdrMangleList (HttpHeader *, HttpRequest *, const AccessLogEntryPointer &al, req_or_rep_t req_or_rep)
 

Typedef Documentation

◆ HeaderWithAclList

typedef std::list<HeaderWithAcl> HeaderWithAclList

Definition at line 27 of file HeaderMangling.h.

Enumeration Type Documentation

◆ req_or_rep_t

Enumerator
ROR_REQUEST 
ROR_REPLY 

Definition at line 32 of file HeaderMangling.h.

Function Documentation

◆ httpHdrMangleList()

 

Introduction

Documentation

Support

Miscellaneous