servo/components/net
bors-servo ce0b89d310 Auto merge of #9362 - KiChjang:move-fetch-request, r=Ms2ger
Rename net/fetch/request.rs to net/fetch/methods.rs and move Request …

…to net_traits.

Also updated unit tests to correctly reference and use Request and Fetch methods.

This is in preparation for XHR and EventSource (possibly WebSocket as well), which rely on using Request, but we cannot make the script crate depend upon the net crate.

cc @nikkisquared @jdm

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9362)
<!-- Reviewable:end -->
2016-01-18 16:05:56 +05:30
..
fetch Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_traits 2016-01-18 00:57:19 -05:00
about_loader.rs task -> thread 2016-01-10 17:58:13 +09:00
Cargo.toml Remove some unused extern crates. 2016-01-13 09:37:28 +01:00
cookie.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
cookie_storage.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
data_loader.rs task -> thread 2016-01-10 17:58:13 +09:00
file_loader.rs task -> thread 2016-01-10 17:58:13 +09:00
hsts.rs Remove dependency on regex_macros 2015-11-24 22:07:14 +01:00
http_loader.rs Implement a basic test for Fetch and fix errors it finds 2016-01-13 16:45:57 -07:00
image_cache_thread.rs task -> thread 2016-01-10 17:58:13 +09:00
lib.rs Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_traits 2016-01-18 00:57:19 -05:00
mime_classifier.rs Remove unneeded dead_code annotations. 2015-12-31 07:45:50 -05:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_thread.rs task -> thread 2016-01-10 17:58:13 +09:00
storage_thread.rs Remove remaining unused imports 2016-01-17 20:55:53 -08:00
websocket_loader.rs task -> thread 2016-01-10 17:58:13 +09:00