pub fn text_response<S: Into<String>>(content: S) -> ResponseBuilder
Expand description
Global text response helper
Creates a ResponseBuilder with text content already set.
pub fn text_response<S: Into<String>>(content: S) -> ResponseBuilder
Global text response helper
Creates a ResponseBuilder with text content already set.