diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2018-12-17 17:49:10 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 11:49:10 -0500 |
| commit | f6dae45cd2bb0615c136188b4dba8a3272ac5d70 (patch) | |
| tree | 9330a72a0c9eda2f668d00f07a7c6b11d2edd346 /test.ts | |
| parent | 579b92de599b056c308a3b2d26f0b09188c4441b (diff) | |
First pass at streaming http response (denoland/deno_std#16)
Original: https://github.com/denoland/deno_std/commit/269665873a9219423085418d605b8af8ac2565dc
Diffstat (limited to 'test.ts')
| -rw-r--r-- | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import { run } from "deno"; import "./buffer_test.ts"; import "./bufio_test.ts"; +import "./http_test.ts"; import "./textproto_test.ts"; import { runTests, completePromise } from "./file_server_test.ts"; |
