summaryrefslogtreecommitdiff
path: root/textproto.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-09 17:23:01 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-09 17:23:01 -0500
commit92455a0b67982bd28f23a09acb9e27dcb6f75e1d (patch)
tree5d9418ab1514528e48d009af5ed3f29ebbc3234f /textproto.ts
parent5880827f33ab90d4d5f5ac2f9166fddc76614cfa (diff)
Basic http demo working.
Original: https://github.com/denoland/deno_std/commit/805efdb7508f4b916645df49038b4c143c0de0a1
Diffstat (limited to 'textproto.ts')
-rw-r--r--textproto.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/textproto.ts b/textproto.ts
index 61ca45a8a..50c0fea9c 100644
--- a/textproto.ts
+++ b/textproto.ts
@@ -5,7 +5,6 @@
import { BufReader, BufState } from "./bufio.ts";
import { charCode } from "./util.ts";
-import { Headers } from "./headers.ts";
const asciiDecoder = new TextDecoder("ascii");
function str(buf: Uint8Array): string {