[][src]Type Definition izanami_http::response::Response

type Response = Response<Body>;

Type alias of http::Response<T> that fixed the body type to Body.