aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/http_common.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-02-28 23:59:20 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-03-01 00:13:10 +0300
commitb04e2faf41bf366d5f501c976bda00eb32d55660 (patch)
treef922ace378c0c471d912c33f2c0231144f898d78 /library/cpp/neh/http_common.h
parent9ba742f4d36b4a3d879b4cf8d9234165413f4a0d (diff)
downloadydb-b04e2faf41bf366d5f501c976bda00eb32d55660.tar.gz
Intermediate changes
commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
Diffstat (limited to 'library/cpp/neh/http_common.h')
-rw-r--r--library/cpp/neh/http_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/neh/http_common.h b/library/cpp/neh/http_common.h
index 69659ba907..acefe80c37 100644
--- a/library/cpp/neh/http_common.h
+++ b/library/cpp/neh/http_common.h
@@ -7,6 +7,7 @@
#include <util/stream/mem.h>
#include <util/stream/output.h>
#include <library/cpp/deprecated/atomic/atomic.h>
+#include <library/cpp/http/misc/httpcodes.h>
#include "location.h"
#include "neh.h"
@@ -298,4 +299,6 @@ namespace NNeh {
bool IsHttpScheme(TStringBuf scheme);
}
+
+ HttpCodes GetHttpCode(const IRequest::TResponseError&);
}