aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/http/node-http.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-21fix: correctly pass the encrypted(bool) property on "Socket" for express.js (...Gravatar Liz 1-3/+54
2023-09-18Fix HTTP listen behavior being non-compliant with node (#5689)Gravatar dave caruso 1-0/+16
2023-09-14fix http set cookie headers (#5428)Gravatar Dylan Conway 1-0/+18
2023-09-13avoid inserting extraneous"accept-encoding" header (#5057)Gravatar iidebyo 1-0/+21
2023-09-11update testGravatar Dylan Conway 1-1/+1
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 1-0/+18
2023-09-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 1-11/+19
2023-08-30fix(http/https) disable decompress on http/https client (#4399)Gravatar Ciro Spaciari 1-2/+13
2023-08-29parse unix socket path param in `http.server` (#4390)Gravatar Ai Hoshino 1-0/+27
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 1-0/+57
2023-08-24Make the server not crash if an error occurs in dev build. (#4300)Gravatar Ai Hoshino 1-0/+16
2023-08-17Allow IncomingRequest.req to be overwritten. (#4154)Gravatar dave caruso 1-0/+17
2023-08-02Fix http write (#3939)Gravatar dave caruso 1-0/+55
2023-07-11small fix, check if the method has been reassigned.Gravatar Hanaasagi 1-1/+1
2023-07-10add testsGravatar Hanaasagi 1-0/+33
2023-06-29Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452)Gravatar dave caruso 1-1/+22
2023-05-22[node:http] Fix return type for `getHeader()` (#3007)Gravatar Jarred Sumner 1-1/+4
2023-05-11Report timings for failing tests tooGravatar Jarred Sumner 1-1/+1
2023-04-17Get axios working (#2673)Gravatar Jarred Sumner 1-0/+624