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

Function MakeFullRequest

library/cpp/neh/http_common.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 bool MakeFullRequest(TMessage& msg, const TStringBuf headers, const TStringBuf content, const TStringBuf contentType, ERequestType reqType, ERequestFlags reqFlags) {
219 return MakeFullRequestImpl(msg, {}, msg.Data, headers, content, contentType, reqType, reqFlags);
220 }
221
222 bool MakeFullRequest(TMessage& msg, const TConstArrayRef<TString> urlParts, const TStringBuf headers, const TStringBuf content, const TStringBuf contentType, ERequestType reqType, ERequestFlags reqFlags) {
223 return MakeFullRequestImpl(msg, {}, urlParts, headers, content, contentType, reqType, reqFlags);

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

MakeFullRequestImplFunction · 0.85

Tested by

no test coverage detected