Support website publishing #7

Merged
lx merged 61 commits from feature/website into master 2021-01-15 16:49:51 +00:00
Showing only changes of commit 09137fd6b5 - Show all commits

View file

@ -52,8 +52,8 @@ async fn handler(
info!("authority is {}", authority);
// Get HTTP domain/ip from host
//let domain = host.to_socket_
let host = authority_to_host(authority)?;
info!("host is {}", host);
Ok(Response::new(Body::from("hello world\n")))
}