MCPcopy Create free account
hub / github.com/catboost/catboost / AddHeader

Method AddHeader

library/cpp/http/io/headers.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void THttpHeaders::AddHeader(THttpInputHeader header) {
104 Headers_.push_back(std::move(header));
105}
106
107void THttpHeaders::OutTo(IOutputStream* stream) const {
108 for (TConstIterator header = Begin(); header != End(); ++header) {

Callers 12

ParseHeaderLineMethod · 0.45
AddHeaderImpl1ArgMethod · 0.45
AddHeaderImpl2ArgsMethod · 0.45
TestFindHeaderMethod · 0.45
FindHeaderFirstMatchFunction · 0.45
response.cppFile · 0.45
ProcessHeadersMethod · 0.45
THttpResponseClass · 0.45

Calls 2

moveFunction · 0.50
push_backMethod · 0.45

Tested by 2

TestFindHeaderMethod · 0.36