We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19c9a92 + eedd5b7 commit 028f586Copy full SHA for 028f586
src/header/common/content_type.rs
@@ -58,7 +58,7 @@ header! {
58
}
59
60
impl ContentType {
61
- /// A constructor to easily create a `Content-Type: application/json; charset=utf-8` header.
+ /// A constructor to easily create a `Content-Type: application/json` header.
62
#[inline]
63
pub fn json() -> ContentType {
64
ContentType(mime!(Application/Json))
0 commit comments