diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-08 20:48:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 20:48:28 +0200 |
commit | b31dad89a6090216361275e3cc310d10216cae65 (patch) | |
tree | 33b41a289dddd4c074257f90f1168ab64e720d3c | |
parent | 85e316bd6b65a4e42787ff602808cdf58c350c05 (diff) |
chore: add README to ext/http/ (#11958)
-rw-r--r-- | ext/http/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/http/README.md b/ext/http/README.md new file mode 100644 index 000000000..ab557017a --- /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/). |