MCPcopy Create free account
hub / github.com/apache/brpc / HeaderBegin

Method HeaderBegin

src/brpc/http_header.h:120–120  ·  view source on GitHub ↗

Get header iterators which are invalidated after calling AppendHeader()

Source from the content-addressed store, hash-verified

118
119 // Get header iterators which are invalidated after calling AppendHeader()
120 HeaderIterator HeaderBegin() const { return _headers.begin(); }
121 HeaderIterator HeaderEnd() const { return _headers.end(); }
122 // #headers
123 size_t HeaderCount() const { return _headers.size(); }

Callers 7

MakeHttpRequestHeadersFunction · 0.80
TESTFunction · 0.80
AppendAndDestroySelfMethod · 0.80
EstimatedByteSizeMethod · 0.80
PrintMethod · 0.80
MakeRawHttpRequestFunction · 0.80
MakeRawHttpResponseFunction · 0.80

Calls 1

beginMethod · 0.45

Tested by 2

MakeHttpRequestHeadersFunction · 0.64
TESTFunction · 0.64