diff options
author | nocomer <nocomer@yandex-team.com> | 2023-05-12 11:33:09 +0300 |
---|---|---|
committer | nocomer <nocomer@yandex-team.com> | 2023-05-12 11:33:09 +0300 |
commit | d28ab6e3a75f71386699d29e7b830857c0300a68 (patch) | |
tree | d690a07511e81e4a903a477c6b7ac8c5b8bcd556 /library/cpp/http/misc/httpcodes.h | |
parent | 09a0e89ee46154785b0acf72f3aa760f4350d21e (diff) | |
download | ydb-d28ab6e3a75f71386699d29e7b830857c0300a68.tar.gz |
RFC 8297 (Early Hints) initial support in balancer
Diffstat (limited to 'library/cpp/http/misc/httpcodes.h')
-rw-r--r-- | library/cpp/http/misc/httpcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h index cbfbaa1188..4565b1c581 100644 --- a/library/cpp/http/misc/httpcodes.h +++ b/library/cpp/http/misc/httpcodes.h @@ -6,6 +6,7 @@ enum HttpCodes { HTTP_CONTINUE = 100, HTTP_SWITCHING_PROTOCOLS = 101, HTTP_PROCESSING = 102, + HTTP_EARLY_HINTS = 103, HTTP_OK = 200, HTTP_CREATED = 201, |