Revert "Redesign of http server module (denoland/deno_std#188)"

We need to consider the API changes here more carefully.

This reverts commit da188a7d30.
and commit 8569f15207.

Original: 57c9176b19
This commit is contained in:
Ryan Dahl 2019-02-19 12:38:19 -05:00
parent a5a48ce84d
commit d63a2e0224
11 changed files with 384 additions and 718 deletions

View file

@ -1,8 +1,6 @@
#!/usr/bin/env deno -A
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "benching/test.ts";
import "util/deferred_test.ts";
import "colors/test.ts";
import "datetime/test.ts";
import "examples/test.ts";
@ -17,7 +15,6 @@ import "fs/walk_test.ts";
import "io/test.ts";
import "http/server_test.ts";
import "http/file_server_test.ts";
import "http/readers_test.ts";
import "log/test.ts";
import "media_types/test.ts";
import "multipart/formfile_test.ts";