basic body

This commit is contained in:
Lucio Franco
2019-08-12 12:43:32 -04:00
parent 845715e7a2
commit 6b6e775ebd
19 changed files with 5013 additions and 42 deletions
+1 -1
View File
@@ -3,10 +3,10 @@
use futures_util::future;
use http::{Request, Response};
use std::task::{Context, Poll};
use tokio::net::TcpListener;
use tokio_buf::BufStream;
use tower_h2::{RecvBody, Server};
use tower_service::Service;
use tokio::net::TcpListener;
const ROOT: &'static str = "/";