Extract Response from net_traits/lib.rs

This commit is contained in:
Keith Yeung 2016-01-06 04:21:49 -05:00
parent 64e968d8bc
commit 05dc512055
4 changed files with 109 additions and 100 deletions

View file

@ -4,7 +4,7 @@
use hyper::header::Headers;
use hyper::status::StatusCode;
use net_traits::{CacheState, HttpsState, Response, ResponseBody, ResponseType};
use net_traits::response::{CacheState, HttpsState, Response, ResponseBody, ResponseType};
use std::ascii::AsciiExt;
use std::cell::RefCell;
use std::rc::Rc;