pub fn text<S: AsRef<str>>(content: S) -> ElifResponseExpand description
Create a plain text response
Simple equivalent: return response($text)
pub fn text<S: AsRef<str>>(content: S) -> ElifResponseCreate a plain text response
Simple equivalent: return response($text)