summaryrefslogtreecommitdiff
path: root/ext/node/ops/http.rs
AgeCommit message (Expand)Author
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-10-19refactor(ext/fetch): use concrete error types (#26220)Leo Kettmeir
2024-09-05fix(ext/node): close upgraded socket when the underlying http connection is c...Yoshiya Hinosawa
2024-07-30refactor(ext/node): create separate ops for node:http module (#24788)Bartek Iwańczuk
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-08-03refactor(ext/fetch): refactor fetch to use new write_error method (#20029)Matt Mastracci
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-17refactor(node): reimplement http client (#19122)Leo Kettmeir