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

Method SetHost

library/cpp/http/misc/httpreqdata.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 TBaseServerRequestData(TStringBuf qs, SOCKET s = INVALID_SOCKET);
26
27 void SetHost(const TString& host, ui16 port) {
28 Host_ = host;
29 Port_ = ToString(port);
30 }
31
32 const TString& ServerName() const {
33 return Host_;

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected