pub fn map_html<F>(name: impl Into<String>, transform: F) -> MwEntrywhere F: Fn(&str) -> Option<String> + Send + Sync + 'static,
After the handler: map buffered text/html bodies with transform.
text/html
transform
Non-HTML / streamed responses are unchanged.