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
/
fetch
/
22_http_client.js
Age
Commit message (
Expand
)
Author
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-04-18
feat(ext/net): extract TLS key and certificate from interfaces (#23327)
Bartek Iwańczuk
2024-04-11
Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...
Bartek Iwańczuk
2024-04-09
refactor(ext/net): extract TLS key and certificate from interfaces (#23296)
Matt Mastracci
2024-04-08
refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)
Matt Mastracci
2024-02-18
BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)
Asher Gomez
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-06
feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)
Yusuke Tanaka
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-04-23
chore(ext/fetch): custom arity (#14198)
Divy Srivastava
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-31
cleanup(ext/fetch): consistent op names (#12612)
Aaron O'Mullan
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl