servo/components/net
Anthony Ramine d022535f9c Make the WebSocket handshake ourselves to ease switching libs
We need to switch to tungstenite to finally update openssl, this commit
rewrites the whole websocket infrastructure to properly follow the Fetch
spec and to make switching to a different websocket library easier.
2017-03-29 19:17:27 +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 Make the WebSocket handshake ourselves to ease switching libs 2017-03-29 19:17:27 +02: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