diff options
author | 2022-12-28 18:39:19 -0800 | |
---|---|---|
committer | 2022-12-28 18:39:19 -0800 | |
commit | ba0b5baee4ebe58f6c4e35932a9473b8eb2f2225 (patch) | |
tree | 9c4eabc1471c6c00f21e8f9f29740f361e673565 /src/bun.js/bindings/headers-cpp.h | |
parent | 384a9cda5e329c8fb44dcd9ff12d893696153a69 (diff) | |
download | bun-ba0b5baee4ebe58f6c4e35932a9473b8eb2f2225.tar.gz bun-ba0b5baee4ebe58f6c4e35932a9473b8eb2f2225.tar.zst bun-ba0b5baee4ebe58f6c4e35932a9473b8eb2f2225.zip |
[WebSocket] Implement `headers` support
Fixes https://github.com/oven-sh/bun/issues/1676
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index ef5d7718b..d49a705b7 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1672229965 +//-- AUTOGENERATED FILE -- 1672280340 // clang-format off #pragma once |