/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
yt/cpp/mapreduce/http/requests.h
29 строк
716 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
#pragma once #include "fwd.h" #include "http.h" #include <util/generic/maybe.h> #include <util/str_stl.h> namespace NYT { /////////////////////////////////////////////////////////////////////////////// bool ParseBoolFromResponse(const TString& response); TGUID ParseGuidFromResponse(const TString& response); //////////////////////////////////////////////////////////////////////////////// TString GetProxyForHeavyRequest(const TClientContext& context); void LogRequestError( const TString& requestId, const THttpHeader& header, const TString& message, const TString& attemptDescription); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT