Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | refactor: further work on node http client (#19211) | Leo Kettmeir | |
2023-05-22 | fix(node): add http.Server.unref() (#19201) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/19113 | |||
2023-05-17 | refactor(node): reimplement http client (#19122) | Leo Kettmeir | |
This commit reimplements most of "node:http" client APIs using "ext/fetch". There is some duplicated code and two removed Node compat tests that will be fixed in follow up PRs. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-04-18 | chore(ext/node): restore http_test from std (#18747) | Yoshiya Hinosawa | |
2023-04-18 | fix(ext/node): polyfill response._implicitHeader method (#18738) | Yoshiya Hinosawa | |