pub type Response = Response<()>;
Expand description

Server response type.

Aliased Type§

struct Response {
    head: Parts,
    body: (),
}

Fields§

§head: Parts§body: ()