summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_http_outgoing.ts
AgeCommit message (Expand)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-08fix(ext/node): allow null value for req.setHeader (#21391)Yoshiya Hinosawa
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-28fix(node/http): correctly send `Content-length` header instead of `Transfer-E...osddeitf
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-17refactor(node): reimplement http client (#19122)Leo Kettmeir
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk