Header.h
SBuf getElem(const uint32_t headerType, const char *member, const char delimiter) const
Definition: Header.cc:90
Definition: Elements.cc:18
bool hasForwardedAddresses() const
whether source and destination addresses are valid addresses of the original "client" connection
Definition: Header.h:48
SBuf getValues(const uint32_t headerType, const char delimiter=',') const
Definition: Header.cc:40
Ip::Address destinationAddress
intended destination address of the client connection
Definition: Header.h:63
bool hasAddresses() const
whether the header relays address information (including LOCAL connections)
Definition: Header.h:54
Definition: Address.h:41
Header(const SBuf &ver, const Two::Command cmd)
Definition: Header.cc:18