deno/runtime/ops
Luca Casonato 1a6ce29f3d
feat(fetch): req streaming + 0-copy resp streaming (#9036)
* feat(fetch): req streaming + 0-copy resp streaming

* lint

* lint

* fix test

* rm test.js

* explicitly use CancelHandle::default()

* Apply review suggestions

Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>

* fix test

* Merge remote-tracking branch 'origin/master' into fetch_real_streaming

* fix test

* retrigger ci

Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
2021-01-10 20:54:29 +01:00
..
crypto.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
dispatch_minimal.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
fetch.rs feat(fetch): req streaming + 0-copy resp streaming (#9036) 2021-01-10 20:54:29 +01:00
fs_events.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
fs.rs fix(runtime): use tokio for async fs ops (#9042) 2021-01-08 17:55:17 +01:00
io.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
mod.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
net_unix.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
net.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
os.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
permissions.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
plugin.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
process.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
runtime.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
signal.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
timers.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
tls.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
tty.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
web_worker.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
websocket.rs refactor: move WebSocket API to an op_crate (#9026) 2021-01-06 16:57:28 +01:00
worker_host.rs feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00