Skip to content

Commit e78336e

Browse files
committed
cache mod docs
1 parent 8e23418 commit e78336e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/cache/mod.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
//! HTTP caching.
2+
//!
3+
//! Web page performance can be significantly improved by caching resources.
4+
//! This submodule includes headers and types to communicate how and when to
5+
//! cache resources.
6+
//!
7+
//! # Further Reading
8+
//!
9+
//! - [MDN: HTTP Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching)
10+
//! - [MDN: HTTP Conditional Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Conditional_requests)
211
312
mod cache_control;
413

0 commit comments

Comments
 (0)