Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
const std::string* HttpHeader::GetHeader(const char* key) const {
58
return GetHeader(std::string(key));
59
}
60
61
const std::string* HttpHeader::GetHeader(const std::string& key) const {
62
if (IsSetCookie(key)) {
Callers
15
Echo
Method · 0.80
TEST_F
Function · 0.80
check_header
Method · 0.80
TEST_F
Function · 0.80
Head
Method · 0.80
Expect
Method · 0.80
MakeHttpRequestHeaders
Function · 0.80
TEST
Function · 0.80
GetUserAddressFromHeaderImpl
Function · 0.80
ProcessHttpResponse
Function · 0.80
SerializeHttpRequest
Function · 0.80
PackHttpRequest
Function · 0.80
Calls
1
seek
Method · 0.45
Tested by
8
Echo
Method · 0.64
TEST_F
Function · 0.64
check_header
Method · 0.64
TEST_F
Function · 0.64
Head
Method · 0.64
Expect
Method · 0.64
MakeHttpRequestHeaders
Function · 0.64
TEST
Function · 0.64