html

Function html 

Source
pub fn html<S: AsRef<str>>(content: S) -> ElifResponse
Expand description

Create an HTML response

Simple equivalent: return response($html)->header('Content-Type', 'text/html')