diff options
-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/). |