mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
2b4307af35
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. |
||
---|---|---|
.. | ||
bench.rs | ||
jupyter.rs | ||
mod.rs | ||
testing.rs |