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

Method AddHeader

library/cpp/http/io/headers.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 template <typename ValueType>
102 void AddHeader(TString name, const ValueType& value) {
103 AddHeader(THttpInputHeader(std::move(name), ToString(value)));
104 }
105
106 /// Добавляет заголовок в контейнер, если тот не содержит заголовка
107 /// c таким же параметром. В противном случае, заменяет существующий

Callers

nothing calls this directly

Calls 3

THttpInputHeaderClass · 0.85
moveFunction · 0.50
ToStringFunction · 0.50

Tested by

no test coverage detected