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