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
/
extensions
/
fetch
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-07-29
refactor(extension/fetch): update init args (#11546)
Satya Rohith
2021-07-28
feat(extensions/fetch): extend init options (#11528)
Satya Rohith
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-06-30
fix: panic in request body streaming (#11191)
Luca Casonato
2021-06-26
fix(fetch): encode and decode headers as byte strings (#11070)
Andreu Botella
2021-06-22
fix(extensions/fetch): Filter out custom HOST headers (#11020)
Vladimir Ivanov
2021-06-22
feat(fetch): add programmatic proxy (#10907)
Tomofumi Chiba
2021-06-14
refactor: move streams implementation to deno_web crate (#10935)
Bartek Iwańczuk
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-06-06
feat(fetch): implement abort (#10863)
Luca Casonato
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-04-30
Rename crate_ops to extensions (#10431)
Andy Hayden