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

Method GetHeader

src/brpc/http_header.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57const std::string* HttpHeader::GetHeader(const char* key) const {
58 return GetHeader(std::string(key));
59}
60
61const std::string* HttpHeader::GetHeader(const std::string& key) const {
62 if (IsSetCookie(key)) {

Callers 15

EchoMethod · 0.80
TEST_FFunction · 0.80
check_headerMethod · 0.80
TEST_FFunction · 0.80
HeadMethod · 0.80
ExpectMethod · 0.80
MakeHttpRequestHeadersFunction · 0.80
TESTFunction · 0.80
ProcessHttpResponseFunction · 0.80
SerializeHttpRequestFunction · 0.80
PackHttpRequestFunction · 0.80

Calls 1

seekMethod · 0.45

Tested by 8

EchoMethod · 0.64
TEST_FFunction · 0.64
check_headerMethod · 0.64
TEST_FFunction · 0.64
HeadMethod · 0.64
ExpectMethod · 0.64
MakeHttpRequestHeadersFunction · 0.64
TESTFunction · 0.64