Struct zap::Response [] [src]

pub struct Response { /* fields omitted */ }

The result of an outgoing request

Methods

impl Response
[src]

[src]

[src]

Set the status code

[src]

Set a header with value

[src]

Set the response body

[src]

Write raw data to the body

[src]