mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
569287b15b
This commit adds a fast path to `Request` and `Response` that make consuming request bodies much faster when using `Body#text`, `Body#arrayBuffer`, and `Body#blob`, if the body is a FastStream. Because the response bodies for `fetch` are FastStream, this speeds up consuming `fetch` response bodies significantly. |
||
---|---|---|
.. | ||
bun_hono_router.js | ||
bun_http.js | ||
bun_http_send_file.js | ||
deno_flash_hono_router.js | ||
deno_flash_send_file.js | ||
deno_http_flash.js | ||
deno_http_flash_ops.js | ||
deno_http_flash_ops_spawn.js | ||
deno_http_flash_post_bin.js | ||
deno_http_flash_post_bin.lua | ||
deno_http_flash_spawn.js | ||
deno_http_native.js | ||
deno_http_native_headers.js | ||
deno_http_ops.js | ||
deno_http_read_headers.js | ||
deno_http_read_headers.lua | ||
deno_post_bin.js | ||
deno_post_bin.lua | ||
deno_post_json.js | ||
deno_post_json.lua | ||
deno_reactdom_ssr_flash.jsx | ||
deno_tcp.ts | ||
node_http.js | ||
node_http_read_headers.js | ||
node_http_read_headers.lua | ||
node_post_bin.js | ||
node_post_bin.lua | ||
node_post_json.js | ||
node_post_json.lua | ||
node_reactdom_ssr.js | ||
node_tcp.js |