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.
1 parent af526db commit 65ec6b5Copy full SHA for 65ec6b5
src/content/mod.rs
@@ -5,6 +5,10 @@
5
//! content it's chosen to share. This enables clients to receive resources with the
6
//! best available compression, in the preferred language, and more.
7
//!
8
+//! # Further Reading
9
+//!
10
+//! - [MDN: Content Negotiation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation)
11
12
//! # Examples
13
14
//! ```
0 commit comments