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