mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -38,6 +38,7 @@ use websocket::header;
|
|||
pub mod hosts;
|
||||
pub mod image_cache_thread;
|
||||
pub mod net_error_list;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
pub mod storage_thread;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue