mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -15,8 +15,8 @@ use hyper::header::{QualityItem, q, qitem, Referer as RefererHeader, UserAgent};
|
|||
use hyper::method::Method;
|
||||
use hyper::mime::{Attr, Mime, SubLevel, TopLevel, Value};
|
||||
use hyper::status::StatusCode;
|
||||
use net_traits::{AsyncFetchListener, CacheState, HttpsState, Response};
|
||||
use net_traits::{ResponseType, Metadata, TerminationReason};
|
||||
use net_traits::response::{CacheState, HttpsState, Response, ResponseType, TerminationReason};
|
||||
use net_traits::{AsyncFetchListener, Metadata};
|
||||
use resource_task::CancellationListener;
|
||||
use std::ascii::AsciiExt;
|
||||
use std::cell::RefCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue