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