pub fn just_response<T: Into<Body> + Debug>( status: StatusCode, text: T) -> Response<Body>
Text response as HTTP response