Function rust_cgi::string_response
source · pub fn string_response<T, S>(status_code: T, body: S) -> Response
Expand description
Convert to a string and return that with the status code
pub fn string_response<T, S>(status_code: T, body: S) -> Response
Convert to a string and return that with the status code