servo/components/net
Sam Gibson 7633cd54c2 Abstract everything but the response from hyper
Because we're using unsized types not for requesting, there's not a
satisfactory way of doing this without boxing the request...

Once unsized stuff lands in rust 1.2/1.3(???) then this should be
implemented with Rc's instead of Box's.

For the time being I'm not sure what else to do.

servo/servo#6727
2015-08-30 12:13:33 +10:00
..
fetch sort all uses 2015-08-20 20:47:12 +08:00
about_loader.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
cookie.rs sort all uses 2015-08-20 20:47:12 +08:00
cookie_storage.rs sort all uses 2015-08-20 20:47:12 +08:00
data_loader.rs sort all uses 2015-08-20 20:47:12 +08:00
file_loader.rs sort all uses 2015-08-20 20:47:12 +08:00
hsts.rs sort all uses 2015-08-20 20:47:12 +08:00
http_loader.rs Abstract everything but the response from hyper 2015-08-30 12:13:33 +10:00
image_cache_task.rs sort all uses 2015-08-20 20:47:12 +08:00
lib.rs Move net_error_list from net to net_traits. Fixes #7050. 2015-08-06 16:37:08 -05:00
mime_classifier.rs Refactor mime_classifier 2015-08-28 22:47:41 +08:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_task.rs sort all uses 2015-08-20 20:47:12 +08:00
storage_task.rs net: Convert the storage task to use IPC. 2015-07-26 17:07:17 -07:00