From f2223fb9ad0c4821b01fdd57d07add0e44fa838f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 25 Oct 2018 19:14:04 -0400 Subject: Wrapper around hyper::Body so it can be used as AsyncRead --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index c080da24c..2c33583d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,6 +29,7 @@ pub mod deno_dir; pub mod errors; pub mod flags; mod fs; +mod http_body; mod http_util; pub mod isolate; pub mod libdeno; -- cgit v1.2.3