servo/components/net
bors-servo f1018b84a8 Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey
Test filtered responses and implement Cors Check Fetch step

I've been writing tests for creating filtered responses. So far I have three of the four types being made (namely, Basic, CORS, and Opaque), and just need to figure out how to make an OpaqueRedirect filtered response, since it's handled separately from the others. I will also add more tests to ensure the content of the filtered responses matches the limitations placed by the specification.

Along the way I implemented Cors Check, since it's required for the CORS filtered response. @jdm suggested I handle it in here, since it's such a small step, compared to other parts of Fetch.

Since all the tests currently pass, and I've spent a while adding the Cors Check and other pieces, I figured now would be a good time to start having it reviewed.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9525)
<!-- Reviewable:end -->
2016-02-10 03:11:22 +05:30
..
fetch working on implementing Cors Check and Origin to Ascii serialisation 2016-02-09 13:51:35 -07:00
about_loader.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
Cargo.toml Auto merge of #9542 - timvandermeij:immeta, r=jdm 2016-02-06 04:02:47 +05:30
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 Issue #9095: Send a notification when a file load is cancelled. 2016-01-10 14:06:03 +01:00
hsts.rs Remove dependency on regex_macros 2015-11-24 22:07:14 +01:00
http_loader.rs mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
image_cache_thread.rs adding image metadata notification capabilities to image cache 2016-01-29 20:54:49 -05:00
lib.rs adding image metadata notification capabilities to image cache 2016-01-29 20:54:49 -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 Make closing related code more clear and more correct 2016-01-18 17:37:16 -07:00