mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Extract Response from net_traits/lib.rs
This commit is contained in:
parent
64e968d8bc
commit
05dc512055
4 changed files with 109 additions and 100 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue