Struct fire_http_representation::response::Response
source · [−]pub struct Response {
pub header: ResponseHeader,
pub body: Body,
}
Expand description
The response created from a server.
Fields
header: ResponseHeader
body: Body
Implementations
Creates a new Response
.
Creates a new Response
with a builder.
Get the response header by reference.
Trait Implementations
Performs the conversion.