mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -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. |
||
---|---|---|
.. | ||
crypto | ||
zlib | ||
fs.rs | ||
http.rs | ||
http2.rs | ||
idna.rs | ||
ipc.rs | ||
mod.rs | ||
os.rs | ||
require.rs | ||
util.rs | ||
v8.rs | ||
winerror.rs |