Struct tk_http::client::buffered::Response [] [src]

pub struct Response { /* fields omitted */ }

A buffered response holds contains a body as contiguous chunk of data

Methods

impl Response
[src]

[src]

Get response status

[src]

Get response headers

[src]

Get response body

Trait Implementations

impl Debug for Response
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response