mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
Revert "Redesign of http server module (denoland/deno_std#188)"
We need to consider the API changes here more carefully. This reverts commitda188a7d30
. and commit8569f15207
. Original:57c9176b19
This commit is contained in:
parent
a5a48ce84d
commit
d63a2e0224
11 changed files with 384 additions and 718 deletions
3
test.ts
3
test.ts
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue