mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
docs: updated link (#10345)
This commit is contained in:
parent
13f7592b8a
commit
c14bd77086
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function to trigger the "dispatch" callback in Rust. The user is responsible for
|
||||||
encoding both the request and response into a Uint8Array.
|
encoding both the request and response into a Uint8Array.
|
||||||
|
|
||||||
Documentation for this crate is thin at the moment. Please see
|
Documentation for this crate is thin at the moment. Please see
|
||||||
[http_bench_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_ops.rs)
|
[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs)
|
||||||
as a simple example of usage.
|
as a simple example of usage.
|
||||||
|
|
||||||
TypeScript support and a lot of other functionality is not available at this
|
TypeScript support and a lot of other functionality is not available at this
|
||||||
|
|
Loading…
Reference in a new issue