Struct hyper::client::Request [] [src]

pub struct Request { /* fields omitted */ }

A client request to a remote server.

Methods

impl Request
[src]

Construct a new Request.

Read the Request Url.

Readthe Request Version.

Read the Request headers.

Read the Request method.

Set the Method of this request.

Get a mutable reference to the Request headers.

Set the RequestUri of this request.

Set the HttpVersion of this request.

Set the body of the request.

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter.