summaryrefslogtreecommitdiff
path: root/cli/tests/unit/body_test.ts
AgeCommit message (Expand)Author
2023-10-05fix(ext/formdata): support multiple headers in FormData (#20801)Marcos Casagrande
2023-05-16fix(fetch): Correctly decode `multipart/form-data` names and filenames (#19145)Andreu Botella
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-09-23test(cli): align unit test permissions with runtime test permissions (#12189)Casper Beyer
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-10-09fix(op_crates/fetch): Stringify and parse Request URLs (#7838)Nayeem Rahman
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-08-20fix: Create body stream from any valid bodySource (#7128)Kurt Mackey
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-07perf(cli/body): improve .arrayBuffer() speed (#6669)Marcos Casagrande
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-06-28fix(cli/body): Maximum call stack size exceeded error (#6537)Marcos Casagrande
2020-06-23fix(cli/web): Support URLSearchParam as Body (#6416)Chris Couzens
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl