Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_traits

This commit is contained in:
Keith Yeung 2016-01-17 23:34:41 -05:00
parent eb7b9309dd
commit a53661f6c8
5 changed files with 157 additions and 147 deletions

View file

@ -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;