servo/components/net_traits
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
..
image Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
blob_url_store.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Introduce NetworkError::from_hyper_error and from_ssl_error 2017-03-29 18:01:01 +02:00
filemanager_thread.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00
hosts.rs Use NetworkConnector directly to account for replaced hosts 2017-03-26 16:15:09 +02:00
image_cache.rs Move image cache implementation to the net crate 2017-03-27 19:54:15 +02:00
lib.rs Make the WebSocket handshake ourselves to ease switching libs 2017-03-29 19:17:27 +02: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 Implement setter for document.domain 2017-03-15 10:34:23 -05:00
request.rs Add ImmutableOrigin to allow for serializing origins 2017-02-22 11:11:59 -06:00
response.rs Don't lose information in Fetch API 2017-01-09 14:52:14 +01:00
storage_thread.rs Rustfmt net_traits. 2017-01-03 15:06:41 +01:00