Skip to content

Commit b3a5cad

Browse files
committed
Merge pull request #264 from ProtectedMode/master
Make CacheDirective public
2 parents 519f38c + 115f56a commit b3a5cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub use self::accept::Accept;
1111
pub use self::accept_encoding::AcceptEncoding;
1212
pub use self::allow::Allow;
1313
pub use self::authorization::Authorization;
14-
pub use self::cache_control::CacheControl;
14+
pub use self::cache_control::{CacheControl, CacheDirective};
1515
pub use self::connection::Connection;
1616
pub use self::content_length::ContentLength;
1717
pub use self::content_type::ContentType;

0 commit comments

Comments
 (0)