pub fn html_response( html: &'static str, etag: &str, if_none_match: Option<&[u8]>, ) -> Response
Serve HTML with ETag support. Returns 304 if the client’s If-None-Match matches etag.
If-None-Match
etag