h10 0.6.14

Simple HTTP/1.0 Server
Documentation
1
2
3
4
5
use h10::http::response::Response;

pub(crate) trait IntoResponse {
    fn into_response(self) -> Response;
}