mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update fetch attributes to match the new spec
This commit is contained in:
parent
dbceb60455
commit
96971244ac
4 changed files with 231 additions and 161 deletions
|
@ -10,11 +10,12 @@
|
|||
//! with CORSRequest being expanded into FetchRequest (etc)
|
||||
|
||||
use hyper::method::Method;
|
||||
use net_traits::request::Origin;
|
||||
use std::ascii::AsciiExt;
|
||||
use std::sync::mpsc::{Sender, Receiver, channel};
|
||||
use time;
|
||||
use time::{now, Timespec};
|
||||
use url::{Origin, Url};
|
||||
use url::Url;
|
||||
|
||||
/// Union type for CORS cache entries
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue