aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-cache/src/meta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pingora-cache/src/meta.rs')
-rw-r--r--pingora-cache/src/meta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pingora-cache/src/meta.rs b/pingora-cache/src/meta.rs
index 8ed034e..fd608d4 100644
--- a/pingora-cache/src/meta.rs
+++ b/pingora-cache/src/meta.rs
@@ -14,7 +14,7 @@
//! Metadata for caching
-use http::Extensions;
+pub use http::Extensions;
use pingora_error::{Error, ErrorType::*, OrErr, Result};
use pingora_http::{HMap, ResponseHeader};
use serde::{Deserialize, Serialize};