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