summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/045_proxy_client.ts
blob: b25890952307e6efe187e9031a665ffb132c5a0b (plain)
1
2
3
4
5
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
const res = await fetch(
  "http://localhost:4545/run/045_mod.ts",
);
console.log(`Response http: ${await res.text()}`);