aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/fetch.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12Add a couple more tests for errors with Bun.file()Gravatar Jarred Sumner 1-2/+42
2022-12-02Update testGravatar Jarred Sumner 1-2/+2
2022-12-02Tests for set-CookieGravatar Jarred Sumner 1-2/+76
2022-12-02Faster testGravatar Jarred Sumner 1-5/+7
2022-12-01Faster testGravatar Jarred Sumner 1-6/+8
2022-12-01[fetch] Add test that invalid json rejects promiseGravatar Jarred Sumner 1-0/+22
2022-12-01[fetch] Implement `redirect: "manual"`Gravatar Jarred Sumner 1-0/+42
2022-11-25Report `Infinity` when for non-regular files with a size of 0Gravatar Jarred Sumner 1-1/+12
2022-11-25Improve test coverage for `Bun.file`Gravatar Jarred Sumner 1-0/+14
2022-11-15Add test for non-standard Headers API additionsGravatar Jarred Sumner 1-0/+24
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-14/+14
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-05Fix fetch api to accept stringifier object (#1460)Gravatar zhiyuan 1-2/+16
* fetch accept stringifier object * test: update fetch params tests
2022-10-08Fix https://github.com/oven-sh/bun/issues/1263Gravatar Jarred Sumner 1-7/+28
What happened: when moving to uSockets for the http client, I forgot to call `SSL_set_tlsext_host_name` and uSockets apparently doesn't do that
2022-10-02Fix test failuresGravatar Jarred Sumner 1-1/+1
2022-09-28Add some tests for request body streamingGravatar Jarred Sumner 1-0/+2
Need to fix an off-by-one error with Blob it seems
2022-09-16Make new HTTP client more stableGravatar Jarred Sumner 1-0/+44
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+440