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

Class TRequestSettings

library/cpp/neh/http_common.h:156–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 };
155
156 struct TRequestSettings {
157 bool NoDelay = true;
158 EResolverType ResolverType = EResolverType::ETCP;
159
160 TRequestSettings& SetNoDelay(bool noDelay) {
161 NoDelay = noDelay;
162 return *this;
163 }
164
165 TRequestSettings& SetResolverType(EResolverType resolverType) {
166 ResolverType = resolverType;
167 return *this;
168 }
169 };
170
171 struct TRequestGet {
172 static TRequestData::TPtr Build(const TMessage& msg, const TParsedLocation& loc) {

Callers 7

PrepareSocketFunction · 0.85
RequestSettingsMethod · 0.85
RequestSettingsMethod · 0.85
RequestSettingsMethod · 0.85
RequestSettingsMethod · 0.85
RequestSettingsMethod · 0.85
RequestSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected