MCPcopy Create free account
hub / github.com/apache/trafficserver / ByteBlock

Class ByteBlock

plugins/esi/common/gzip.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace EsiLib
43{
44struct ByteBlock {
45 const char *data;
46 int data_len;
47 ByteBlock(const char *d = nullptr, int d_len = 0) : data(d), data_len(d_len){};
48};
49
50using ByteBlockList = std::list<ByteBlock>;
51

Callers 2

prepareResponseFunction · 0.85
gzipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected