deno/cli/ops
Matt Mastracci 1297c9a8f3
chore(ext/node): use BufView natively in http2 (#21688)
Node HTTP/2 was using the default h2 `Bytes` datatype when we can be
making using of `BufView` like we do in `Deno.serve`.

`fetch` and `Deno.serverHttp` can't make use of `BufView` because they
are using `reqwest` which is stuck on hyper 0.x at this time.
2023-12-23 08:58:20 -07:00
..
bench.rs refactor: rewrite ops using i64/usize to op2 (#20647) 2023-09-23 14:04:47 +02:00
jupyter.rs chore(ext/node): use BufView natively in http2 (#21688) 2023-12-23 08:58:20 -07:00
mod.rs refactor: snapshotting of runtime/ and cli/ (#21430) 2023-12-02 23:40:27 +00:00
testing.rs chore: migrate to new deno_core and metrics (#21057) 2023-11-05 14:27:36 -07:00