diff options
Diffstat (limited to 'src/components/net/net.rs')
-rw-r--r-- | src/components/net/net.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/net/net.rs b/src/components/net/net.rs index 9b9692184e7..d796672244f 100644 --- a/src/components/net/net.rs +++ b/src/components/net/net.rs @@ -39,3 +39,7 @@ pub mod image_cache_task; pub mod local_image_cache; pub mod resource_task; +pub mod fetch { + pub mod request; + pub mod response; +} |