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

Method TPostRequest

library/cpp/neh/https.cpp:1582–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580 class TPostRequest: public TRequest {
1581 public:
1582 inline TPostRequest(THttpInput& in, TIntrusivePtr<TSslServerIOStream> io, TServer* server)
1583 : TRequest(in, io, server)
1584 , Data_(ReadAll(in))
1585 {
1586 }
1587
1588 TStringBuf Data() const override {
1589 return Data_;

Callers

nothing calls this directly

Calls 1

ReadAllFunction · 0.85

Tested by

no test coverage detected