Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privatize most of the net crate. #14063

Merged
merged 3 commits into from Nov 6, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Privatize some net modules.

  • Loading branch information
Ms2ger committed Nov 6, 2016
commit 697275dea3e4c1686301c5516f5a10faae5866f2
@@ -47,23 +47,23 @@ extern crate uuid;
extern crate webrender_traits;
extern crate websocket;

pub mod about_loader;
pub mod blob_loader;
mod about_loader;
mod blob_loader;
pub mod chrome_loader;
pub mod connector;
pub mod content_blocker;
mod connector;
mod content_blocker;
pub mod cookie;
pub mod cookie_storage;
mod data_loader;
pub mod file_loader;
mod file_loader;
pub mod filemanager_thread;
pub mod hsts;
pub mod http_loader;
pub mod image_cache_thread;
pub mod mime_classifier;
pub mod resource_thread;
pub mod storage_thread;
pub mod websocket_loader;
mod storage_thread;
mod websocket_loader;

/// An implementation of the [Fetch specification](https://fetch.spec.whatwg.org/)
pub mod fetch {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.