servo/components/net
Anthony Ramine 19a2516e10 Disable wss support
None of the existing websocket libraries are currently able to cope
with openssl 0.9 and be featureful, so we are disabling wss for now
to land openssl 0.9.
2017-03-31 16:18:47 +02: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 Disable wss support 2017-03-31 16:18:47 +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 Disable wss support 2017-03-31 16:18:47 +02:00