mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
sort all uses
This commit is contained in:
parent
d3c7e31722
commit
ec07178b6f
269 changed files with 903 additions and 931 deletions
|
@ -9,9 +9,9 @@
|
|||
//! This library will eventually become the core of the Fetch crate
|
||||
//! with CORSRequest being expanded into FetchRequest (etc)
|
||||
|
||||
use net_traits::{AsyncResponseListener, ResponseAction, Metadata};
|
||||
use network_listener::{NetworkListener, PreInvoke};
|
||||
use script_task::ScriptChan;
|
||||
use net_traits::{AsyncResponseListener, ResponseAction, Metadata};
|
||||
|
||||
use std::ascii::AsciiExt;
|
||||
use std::borrow::ToOwned;
|
||||
|
@ -20,14 +20,14 @@ use std::sync::{Arc, Mutex};
|
|||
use time;
|
||||
use time::{now, Timespec};
|
||||
|
||||
use hyper::header::{AccessControlRequestMethod, AccessControlAllowMethods};
|
||||
use hyper::client::Request;
|
||||
use hyper::header::{AccessControlMaxAge, AccessControlAllowOrigin};
|
||||
use hyper::header::{AccessControlRequestHeaders, AccessControlAllowHeaders};
|
||||
use hyper::header::{Headers, HeaderView};
|
||||
use hyper::client::Request;
|
||||
use hyper::mime::{Mime, TopLevel, SubLevel};
|
||||
use hyper::header::{AccessControlRequestMethod, AccessControlAllowMethods};
|
||||
use hyper::header::{ContentType, Host};
|
||||
use hyper::header::{Headers, HeaderView};
|
||||
use hyper::method::Method;
|
||||
use hyper::mime::{Mime, TopLevel, SubLevel};
|
||||
use hyper::status::StatusClass::Success;
|
||||
|
||||
use unicase::UniCase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue