Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ AddHeader
Method
AddHeader
libi2pd/HTTP.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void HTTPReq::AddHeader (const std::string& name, const std::string& value)
368
{
369
headers.push_back (std::make_pair(name, value));
370
}
371
372
void HTTPReq::UpdateHeader (const std::string& name, const std::string& value)
373
{
Callers
6
ForwardToUpstreamProxy
Method · 0.80
MakeRequest
Method · 0.80
main
Function · 0.80
HandleProxyConnect
Method · 0.80
HttpsRequest
Method · 0.80
ReseedRequest
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
1
main
Function · 0.64