servo/components/net
bors-servo a515fe320b Auto merge of #8516 - KiChjang:http-fetch-refactor, r=jdm
Refactor http_fetch to reflect the new standard

Partial #4576. The spec is really getting funky now - it's depending more and more on the DOM objects (e.g. prompting the user for authentication using a `Window` object). I think we can just pass in username and password as properties of the `Request` struct though.

I've also added in the async version for http_request.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8516)
<!-- Reviewable:end -->
2015-11-27 11:39:32 +05:30
..
fetch Refactor http_fetch to reflect the new standard 2015-11-26 17:12:19 -08:00
about_loader.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
Cargo.toml Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
cookie.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
cookie_storage.rs Add plugins for compositing and net crates #7699 2015-09-22 13:51:21 +02:00
data_loader.rs Implement cancellation listener for cancelling network requests 2015-11-12 14:02:59 +05:30
file_loader.rs Auto merge of #8650 - Wafflespeanut:about-404, r=Wafflespeanut 2015-11-26 22:47:03 +05:30
hsts.rs Remove dependency on regex_macros 2015-11-24 22:07:14 +01:00
http_loader.rs Always disable SSLv2 and SSLv3. 2015-11-21 12:11:48 -05:00
image_cache_task.rs Use the correct .png extension for the image placeholder. 2015-11-13 11:45:09 -08:00
lib.rs Add content_type to metadata in file_loader 2015-11-24 11:52:35 -08:00
mime_classifier.rs adding tidy rule to warn against use of &String and refactoring instances of &String in codebase 2015-11-25 21:49:12 -05:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_task.rs Testing cancellation during redirects 2015-11-14 10:04:32 +05:30
storage_task.rs Replaced DOMString by String in storage APIs. 2015-11-12 17:52:59 -06:00