cleanup examples

This commit is contained in:
Nikolay Kim 2017-12-20 16:32:31 -08:00
parent 4dd3382ac7
commit 3c5fd18e02
5 changed files with 18 additions and 17 deletions

View file

@ -90,7 +90,7 @@ fn main() {
httpcodes::HTTPFound
.build()
.header("LOCATION", "/index.html")
.body(Body::Empty)
.finish()
})))
.bind("127.0.0.1:8080").unwrap()
.start();