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

Method header_block

src/proxy/http3/Http3Frame.cc:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308const uint8_t *
309Http3HeadersFrame::header_block() const
310{
311 return this->_header_block;
312}
313
314uint64_t
315Http3HeadersFrame::header_block_length() const

Callers 2

_resume_decodeMethod · 0.45
handle_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected