Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ SetHeader
Method
SetHeader
src/brpc/http_header.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void HttpHeader::SetHeader(const std::string& key,
85
const std::string& value) {
86
GetOrAddHeader(key) = value;
87
}
88
89
void HttpHeader::RemoveHeader(const char* key) {
90
if (IsContentType(key)) {
Callers
15
stream
Method · 0.80
replay_thread
Function · 0.80
TEST_F
Function · 0.80
Echo
Method · 0.80
MapController
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Head
Method · 0.80
ListNames
Method · 0.80
TEST
Function · 0.80
SetUpController
Method · 0.80
SerializeHttpRequest
Function · 0.80
Calls
no outgoing calls
Tested by
9
TEST_F
Function · 0.64
Echo
Method · 0.64
MapController
Method · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
Head
Method · 0.64
ListNames
Method · 0.64
TEST
Function · 0.64
SetUpController
Method · 0.64