MCPcopy 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

MakeRequestMethod · 0.80
mainFunction · 0.80
HandleProxyConnectMethod · 0.80
HttpsRequestMethod · 0.80
ReseedRequestMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by 1

mainFunction · 0.64