|
Squid Web Cache master
|
#include "squid.h"#include "parser/Tokenizer.h"#include "proxyp/Elements.h"#include "sbuf/Stream.h"#include <algorithm>#include <limits>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ProxyProtocol |
| namespace | ProxyProtocol::Two |
Typedefs | |
| typedef std::vector< std::pair< SBuf, FieldType > > | ProxyProtocol::Two::FieldMap |
| a mapping between pseudo header names and ids | |
Functions | |
| static Two::FieldType | ProxyProtocol::NameToFieldType (const SBuf &) |
| FieldNameToFieldType() helper that handles pseudo headers. | |
| static Two::FieldType | ProxyProtocol::IntegerToFieldType (const SBuf &) |
| FieldNameToFieldType() helper that handles integer TLV types. | |
Variables | |
| static const FieldMap | ProxyProtocol::Two::PseudoHeaderFields |