This commit is contained in:
Magnus Hoff 2017-09-15 15:09:51 +02:00
parent 5ab609886b
commit 7391b2db26

View file

@ -6,7 +6,7 @@ use std::fmt;
use futures::{self, Future};
use hyper;
use hyper::header::{ContentType, ContentLength, CacheControl, CacheDirective};
use hyper::header::ContentType;
use hyper::mime;
use hyper::server::*;
use serde_json;