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

Function MakeFullProxyRequest

library/cpp/neh/http_common.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 bool MakeFullProxyRequest(TMessage& msg, TStringBuf proxyAddr, TStringBuf headers, TStringBuf content, TStringBuf contentType, ERequestType reqType, ERequestFlags flags) {
227 return MakeFullRequestImpl(msg, proxyAddr, msg.Data, headers, content, contentType, reqType, flags | ERequestFlag::AbsoluteUri);
228 }
229
230 bool IsHttpScheme(TStringBuf scheme) {
231 return NeedGetRequestFor(scheme) || NeedPostRequestFor(scheme);

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

MakeFullRequestImplFunction · 0.85

Tested by

no test coverage detected