diff options
author | 2022-09-26 20:04:28 -0700 | |
---|---|---|
committer | 2022-09-26 20:04:28 -0700 | |
commit | 24a9bc23b7e1c7911cb2e146be199d940b9729e6 (patch) | |
tree | 852a75cff3950063b405ca3a0dfe22e46d0eecfb /src/bun.js/bindings/headers-cpp.h | |
parent | 97c3688788a94faffb6bceb4bc6c97fb84307ceb (diff) | |
download | bun-24a9bc23b7e1c7911cb2e146be199d940b9729e6.tar.gz bun-24a9bc23b7e1c7911cb2e146be199d940b9729e6.tar.zst bun-24a9bc23b7e1c7911cb2e146be199d940b9729e6.zip |
[Web Streams] Add `body` to `Response` and `Request` (#1255)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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 93b878c94..5f97769c8 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1663900299 +//-- AUTOGENERATED FILE -- 1663581060 // clang-format off #pragma once |