mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_traits
This commit is contained in:
parent
eb7b9309dd
commit
a53661f6c8
5 changed files with 157 additions and 147 deletions
|
@ -46,6 +46,6 @@ pub mod websocket_loader;
|
|||
pub mod fetch {
|
||||
#![allow(dead_code, unused)] // XXXManishearth this is only temporary until the Fetch mod starts being used
|
||||
pub mod cors_cache;
|
||||
pub mod request;
|
||||
pub mod methods;
|
||||
pub mod response;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue