From 27cd2c97f18c0392bc04c66b786717b2bc677315 Mon Sep 17 00:00:00 2001 From: Rory Hart Date: Tue, 22 Oct 2019 01:36:01 +1100 Subject: curl.ts example with reference in manual (#3161) --- std/examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'std/examples/README.md') diff --git a/std/examples/README.md b/std/examples/README.md index e6102a843..14f101244 100644 --- a/std/examples/README.md +++ b/std/examples/README.md @@ -37,6 +37,12 @@ catj file1.json file2.json echo example.json | catj - ``` +### curl - print the contents of a url to standard output + +```shell +deno --allow-net=deno.land https://deno.land/std/examples/curl.ts https://deno.land/ +``` + ### gist - easily create and upload Gists ``` -- cgit v1.2.3