servo/components/net
Simon Sapin eb3652b3c6 Replace parse-hosts crate with 10 lines of code.
This removes 3927 lines of Rust code in 6 crates from the dependency graph:
parse-hosts, multistr, bow, extra-default, len-trait, and push-trait.

One of these crates doesn’t build in today’s Nightly:
https://github.com/rust-lang/rust/issues/46328
2017-11-28 16:19:29 +01:00
..
fetch Add aborted flag to response, set when fetch is aborted 2017-11-20 17:04:55 -08: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 parse-hosts crate with 10 lines of code. 2017-11-28 16:19:29 +01:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Untry 2017-06-18 13:21:51 +02:00
cookie.rs Implement secure and host cookie prefixes 2017-11-21 19:15:58 -08:00
cookie_storage.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
data_loader.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
filemanager_thread.rs Untry 2017-06-18 13:21:51 +02:00
hosts.rs Replace parse-hosts crate with 10 lines of code. 2017-11-28 16:19:29 +01:00
hsts.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
http_cache.rs Removed unused import in net/http_cache.rs 2017-11-21 14:09:25 +00:00
http_loader.rs Remove WrappedHttpResponse abstraction 2017-11-26 00:25:44 +08:00
image_cache.rs Remove usage of unstable feature iterator_step_by 2017-10-11 20:17:16 +02:00
lib.rs Replace parse-hosts crate with 10 lines of code. 2017-11-28 16:19:29 +01:00
mime_classifier.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
resource_thread.rs Remove cancellation map and ResourceId from the net* components 2017-11-21 23:03:16 +01:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
websocket_loader.rs Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) 2017-11-09 16:56:39 +01:00