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