servo/components/net_traits
bors-servo 4997d3a112 Auto merge of #5677 - frewsxcv:https, r=Ms2ger
Extracted this out of #5649

This commit was created with the following commands:

```
find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```

```
find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```
2015-04-14 02:57:41 -05:00
..
image Switch Arc<Box<Image>> to Arc<Image> for perf boost. 2015-04-10 18:59:02 -04:00
Cargo.toml Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
image_cache_task.rs Switch Arc<Box<Image>> to Arc<Image> for perf boost. 2015-04-10 18:59:02 -04:00
lib.rs Update WHATWG links to use HTTPS 2015-04-13 21:34:27 -07:00
local_image_cache.rs Stop using int/uint in net_traits. 2015-04-06 16:08:53 +02:00
storage_task.rs Remove int_uint from net. 2015-04-07 16:13:37 -04:00