We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e44af commit be070e8Copy full SHA for be070e8
src/common/content_type.rs
@@ -72,7 +72,7 @@ impl ContentType {
72
ContentType(mime::TEXT_XML)
73
}
74
75
- /// A constructor to easily create a `Content-Type: application/www-form-url-encoded` header.
+ /// A constructor to easily create a `Content-Type: application/x-www-form-url-encoded` header.
76
#[inline]
77
pub fn form_url_encoded() -> ContentType {
78
ContentType(mime::APPLICATION_WWW_FORM_URLENCODED)
0 commit comments