summaryrefslogtreecommitdiff
path: root/std/http/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/http/mod.ts')
-rw-r--r--std/http/mod.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/std/http/mod.ts b/std/http/mod.ts
deleted file mode 100644
index 827eaebf8..000000000
--- a/std/http/mod.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-export * from "./cookie.ts";
-export * from "./http_status.ts";
-export * from "./server.ts";