Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SetHeaders
Method
SetHeaders
net/http/message.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void HttpMessage::SetHeaders(const HttpHeaders& headers) {
114
m_headers = headers;
115
}
116
117
// Add a header field, just append, no overwrite.
118
void HttpMessage::AddHeader(const StringPiece& header_name,
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64