Struct roadrunner::Response [] [src]

pub struct Response { /* fields omitted */ }

Holds response received from server after a request is executed.

Methods

impl Response
[src]

Get the response status code.

Get the response body content.

Get response headers.

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter.