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

Method HasHeader

library/cpp/http/io/headers.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69bool THttpHeaders::HasHeader(const TStringBuf header) const {
70 return FindHeader(header);
71}
72
73const THttpInputHeader* THttpHeaders::FindHeader(const TStringBuf header) const {
74 for (const auto& hdr : Headers_) {

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected