Header.cc
Go to the documentation of this file.
90ProxyProtocol::Header::getElem(const uint32_t headerType, const char *member, const char sep) const
EnumRangeT< EnumType > EnumRange(EnumType begin, EnumType one_past_end)
Definition: EnumIterator.h:188
SBuf getListMember(const String &list, const char *key, const char delimiter)
Definition: StrList.cc:144
SBuf getElem(const uint32_t headerType, const char *member, const char delimiter) const
Definition: Header.cc:90
SBuf getValues(const uint32_t headerType, const char delimiter=',') const
Definition: Header.cc:40
Header(const SBuf &ver, const Two::Command cmd)
Definition: Header.cc:18
Definition: Stream.h:21
struct SquidConfig::@101 Addrs
#define MAX_IPSTRLEN
Length of buffer that needs to be allocated to old a null-terminated IP-string.
Definition: forward.h:25
const SBuf & PseudoFieldTypeToFieldName(const Two::FieldType)
Definition: Elements.cc:40
SBuf ToSBuf(Args &&... args)
slowly stream-prints all arguments into a freshly allocated SBuf
Definition: Stream.h:63