aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index ccbb7e0d43a..123ec93cd24 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -26,6 +26,7 @@ mod websocket_loader;
/// An implementation of the [Fetch specification](https://fetch.spec.whatwg.org/)
pub mod fetch {
pub mod cors_cache;
+ pub mod fetch_params;
pub mod headers;
pub mod methods;
}