servo/components/net
bors-servo 0f9dbcc808 Auto merge of #16156 - ferjm:issue-16130-http-network-or-cache-fetch, r=jdm
Update http_network_or_cache_fetch according to spec

There are still many steps blocked by the absence of an HTTP cache and the inability to trigger a credentials dialog.

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #16130

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16156)
<!-- Reviewable:end -->
2017-03-29 19:38:45 -05:00
..
fetch Make the WebSocket handshake ourselves to ease switching libs 2017-03-29 19:17:27 +02:00
blob_loader.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Introduce create_ssl_context 2017-03-28 00:37:25 +02:00
cookie.rs Assert that domain_match is operating on lowercase text 2017-03-09 02:18:02 +00:00
cookie_storage.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
data_loader.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
filemanager_thread.rs Disabled tinyfiledialogs when running headless. 2017-03-16 08:48:33 -05:00
hsts.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
http_loader.rs Auto merge of #16156 - ferjm:issue-16130-http-network-or-cache-fetch, r=jdm 2017-03-29 19:38:45 -05:00
image_cache.rs Remove useless ImageDecoderRunnable struct 2017-03-27 20:44:04 +02:00
lib.rs Move image cache implementation to the net crate 2017-03-27 19:54:15 +02:00
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Make the WebSocket handshake ourselves to ease switching libs 2017-03-29 19:17:27 +02:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
websocket_loader.rs Make the WebSocket handshake ourselves to ease switching libs 2017-03-29 19:17:27 +02:00