servo/components/net_traits
mrnayak a3026499f4 Implement Subresource Integrity
Implemented response validation part of
https://w3c.github.io/webappsec-subresource-integrity/.
Implemented step eighteen of the main fetch. If a request has integrity
metadata, then following steps are performed
*Wait for response body
*If the response does not have a termination reason and response does not
match request’s integrity metadata, set response to a
network error.# Please enter the commit message for your changes. Lines starting
2017-01-08 08:52:18 +05:30
..
image Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
blob_url_store.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
Cargo.toml Separate the async bluetooth handling from networking code. 2016-12-21 14:52:39 +01:00
filemanager_thread.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
hosts.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
image_cache_thread.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
lib.rs Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) 2017-01-06 17:43:31 +01:00
net_error_list.rs Move net_error_list from net to net_traits. Fixes #7050. 2015-08-06 16:37:08 -05:00
pub_domains.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
request.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
response.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
storage_thread.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00