Struct roadrunner::Response
[−]
[src]
pub struct Response { /* fields omitted */ }
Holds response received from server after a request is executed.
Methods
impl Response
[src]
fn status(&self) -> &StatusCode
Get the response status code.
fn content(&self) -> &Content
Get the response body content.
fn headers(&self) -> &Headers
Get response headers.