We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 519f38c + 115f56a commit b3a5cadCopy full SHA for b3a5cad
src/header/common/mod.rs
@@ -11,7 +11,7 @@ pub use self::accept::Accept;
11
pub use self::accept_encoding::AcceptEncoding;
12
pub use self::allow::Allow;
13
pub use self::authorization::Authorization;
14
-pub use self::cache_control::CacheControl;
+pub use self::cache_control::{CacheControl, CacheDirective};
15
pub use self::connection::Connection;
16
pub use self::content_length::ContentLength;
17
pub use self::content_type::ContentType;
0 commit comments