diff options
author | Luca Casonato <hello@lcas.dev> | 2021-08-31 11:25:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 11:25:15 +0200 |
commit | fcd0992dba9cce0539cc60cd11867f50c0cf5efb (patch) | |
tree | e15cb497fce7fa678ab3fce92907dae562faa3b2 /ext/http/README.md | |
parent | ca75752e5a9499a0a997809f02b18c2ba1ecd58d (diff) |
fix: move unstable declarations to deno.unstable (#11876)
Diffstat (limited to 'ext/http/README.md')
-rw-r--r-- | ext/http/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/http/README.md b/ext/http/README.md deleted file mode 100644 index ab557017a..000000000 --- a/ext/http/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# deno_http - -This crate implements server-side HTTP based on primitives from the -[Fetch API](https://fetch.spec.whatwg.org/). |