aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/webcore/body.zig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-09fix(AbortSignal/fetch) fix AbortSignal.timeout, fetch lock behavior and fetch...Gravatar Ciro Spaciari 1-3/+8
2023-09-21Fix test failures (#5862)Gravatar Jarred Sumner 1-1/+3
2023-09-04fix(HTMLRewriter) buffer response before transform (#4418)Gravatar Ciro Spaciari 1-2/+351
2023-08-28just kernel32 things (#4354)Gravatar Jarred Sumner 1-2/+1
2023-08-24fix buildGravatar Dylan Conway 1-1/+1
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 1-4/+15
2023-08-21fetch(stream) add stream support for compressed and uncompressed data (#4127)Gravatar Ciro Spaciari 1-1/+17
2023-08-18Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea...Gravatar Jarred Sumner 1-3/+2
2023-08-07implement fetching data urls (#4000)Gravatar Dylan Conway 1-1/+1
2023-07-19Support streams in response.formData() & request.formData, introduce Bun.read...Gravatar Jarred Sumner 1-3/+12
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 1-8/+8
2023-06-29Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452)Gravatar dave caruso 1-2/+4
2023-06-11Support using `WTF::StringImpl` from Zig (#3279)Gravatar Jarred Sumner 1-75/+145
2023-05-26Pretty formatter for `Headers` & `URLSearchParams` (#3081)Gravatar Jarred Sumner 1-2/+2
2023-05-08added some improvements on server (#2803)Gravatar Ciro Spaciari 1-0/+3
2023-04-28Improves Body.Value life cycle and Signal life cycle on server.zig (#2752)Gravatar Ciro Spaciari 1-3/+4
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 1-11/+11
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 1-8/+8
2023-03-22A couple bug fixes (#2458)Gravatar Dylan Conway 1-17/+7
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 1-5/+9
2023-03-18[fetch] Make the default body value `null` when unspecifiedGravatar Jarred Sumner 1-6/+10
2023-03-18Fix several bugs (#2418)Gravatar Dylan Conway 1-1/+4
2023-03-17Fix various fetch/response/request tests (#2416)Gravatar Dylan Conway 1-21/+42
2023-03-14Implement `toMatchSnapshot()` (#2294)Gravatar Dylan Conway 1-2/+2
2023-03-07improve `Buffer` compatibility with Node.js (#2341)Gravatar Alex Lam S.L 1-0/+1
2023-02-28Add explicit Null tag to BodyGravatar Jarred Sumner 1-11/+11
2023-02-24formattingGravatar Dylan Conway 1-4/+1
2023-02-24fix(body) Make Request/Reponse empty body to be null (#2156)Gravatar Ciro Spaciari 1-2/+10
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-4/+24
2023-02-17Fix #1602 (#2066)Gravatar Justin Whear 1-4/+4
2023-02-13Fixes https://github.com/oven-sh/bun/issues/1456Gravatar Jarred Sumner 1-0/+6
2023-02-13Implement `FormData` (#2051)Gravatar Jarred Sumner 1-13/+81
2023-01-15[Response] reject HTTP status code correctly (#1800)Gravatar Alex Lam S.L 1-2/+1
2023-01-13move more thingsGravatar Jarred SUmner 1-1/+1
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 1-0/+1029