summaryrefslogtreecommitdiff
path: root/tests/specs/run/045_proxy/proxy_client.ts
blob: 41deae2a5dbc6d771806d91e262d4bf41041c5b0 (plain)
1
2
3
4
5
// Copyright 2018-2024 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()}`);