From 4e156e995e10307294cbe805c300f176e7600a74 Mon Sep 17 00:00:00 2001 From: James Wright Date: Fri, 25 Oct 2019 15:51:09 +0100 Subject: [PATCH] Ticks streaming checklist item --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92028f3..d0ad47b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Then you can run: * [x] Custom headers * [x] Request bodies * [x] Cookies -* [ ] Streaming responses with [`Reader`](https://deno.land/typedoc/interfaces/_deno_.reader.html)/[`Deno.copy()`](https://deno.land/typedoc/index.html#copy) +* [x] Streaming responses with [`Reader`](https://deno.land/typedoc/interfaces/_deno_.reader.html) * [ ] Streaming request bodies ## Is middleware support planned?