1use http::StatusCode; 2 3pub struct Response { 4 pub status_code: StatusCode, 5 pub text: String, 6}