summaryrefslogtreecommitdiff
path: root/axum-extra/src/response/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'axum-extra/src/response/mod.rs')
-rw-r--r--axum-extra/src/response/mod.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/axum-extra/src/response/mod.rs b/axum-extra/src/response/mod.rs
index 3b4b14c0..29b2d0e9 100644
--- a/axum-extra/src/response/mod.rs
+++ b/axum-extra/src/response/mod.rs
@@ -67,14 +67,6 @@ macro_rules! mime_response {
}
mime_response! {
- /// A HTML response.
- ///
- /// Will automatically get `Content-Type: text/html; charset=utf-8`.
- Html,
- TEXT_HTML_UTF_8,
-}
-
-mime_response! {
/// A JavaScript response.
///
/// Will automatically get `Content-Type: application/javascript; charset=utf-8`.