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

Method RequestSettings

library/cpp/neh/http2.cpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 static TRequestSettings RequestSettings() {
270 return TRequestSettings()
271 .SetNoDelay(false)
272 .SetResolverType(EResolverType::EUNIXSOCKET);
273 }
274 };
275
276 struct TRequestUnixSocketPost: public TRequestPost {

Callers

nothing calls this directly

Calls 2

TRequestSettingsClass · 0.85
SetNoDelayMethod · 0.80

Tested by

no test coverage detected