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')
pub fn html<S: AsRef<str>>(content: S) -> ElifResponse
Create an HTML response
Simple equivalent: return response($html)->header('Content-Type', 'text/html')