mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
website: fix link to http_bench.ts (#1522)
This commit is contained in:
parent
6ffdb937a3
commit
48ca06e420
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ file_server --reload
|
||||||
is a fake http server that doesn't parse HTTP. It is comparable to <a
|
is a fake http server that doesn't parse HTTP. It is comparable to <a
|
||||||
href="https://github.com/denoland/deno/blob/master/tools/node_tcp.js">node_tcp</a>.
|
href="https://github.com/denoland/deno/blob/master/tools/node_tcp.js">node_tcp</a>.
|
||||||
<li><a
|
<li><a
|
||||||
href="https://github.com/denoland/deno_net/blob/master/http_bench.ts">deno_net_http</a>
|
href="https://github.com/denoland/deno_std/blob/master/http/http_bench.ts">deno_net_http</a>
|
||||||
is a web server written in TypeScript. It
|
is a web server written in TypeScript. It
|
||||||
is comparable to <a
|
is comparable to <a
|
||||||
href="https://github.com/denoland/deno/blob/master/tools/node_http.js">node_http</a>.
|
href="https://github.com/denoland/deno/blob/master/tools/node_http.js">node_http</a>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue