From b31dad89a6090216361275e3cc310d10216cae65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 8 Sep 2021 20:48:28 +0200 Subject: [PATCH] chore: add README to ext/http/ (#11958) --- ext/http/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ext/http/README.md diff --git a/ext/http/README.md b/ext/http/README.md new file mode 100644 index 0000000000..ab557017a5 --- /dev/null +++ b/ext/http/README.md @@ -0,0 +1,4 @@ +# deno_http + +This crate implements server-side HTTP based on primitives from the +[Fetch API](https://fetch.spec.whatwg.org/).