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

Method HeaderIn

library/cpp/http/misc/httpreqdata.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58const TString* TBaseServerRequestData::HeaderIn(TStringBuf key) const {
59 return HeadersIn_.FindPtr(key);
60}
61
62TStringBuf TBaseServerRequestData::HeaderInOrEmpty(TStringBuf key) const {
63 const auto* ptr = HeaderIn(key);

Callers

nothing calls this directly

Calls 1

FindPtrMethod · 0.45

Tested by

no test coverage detected