Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | refactor(node/http): don't use readablestream for writing to request (#19282) | Leo Kettmeir | |
Refactors the internal usage of a readablestream to write to the resource directly --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
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> |