Cleanup
This commit is contained in:
parent
5ab609886b
commit
7391b2db26
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue