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