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

Method TRequest

library/cpp/neh/http2.cpp:1363–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361 class TRequest: public IHttpRequest {
1362 public:
1363 TRequest(TWeakPtrB<TConn>& c, TAutoPtr<THttpParser>& p)
1364 : C_(c)
1365 , P_(p)
1366 , RemoteHost_(C_->RemoteHost())
1367 , CompressionScheme_(P_->GetBestCompressionScheme())
1368 , H_(TStringBuf(P_->FirstLine()))
1369 {
1370 }
1371
1372 ~TRequest() override {
1373 if (!!C_) {

Callers

nothing calls this directly

Calls 2

RemoteHostMethod · 0.45

Tested by

no test coverage detected