micro_http/protocol/
response.rs

1
2
3
use http::Response;

pub type ResponseHead = Response<()>;