aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/protocols/mod.rs
blob: 434826f5bc7e311cab7aaf9e75dba8d4bf986c28 (plain) (blame)
1
2
3
4
5
6
7
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */

pub(crate) mod resource;
pub(crate) mod servo;
pub(crate) mod urlinfo;