Struct hyper::client::conn::Builder [] [src]

pub struct Builder { /* fields omitted */ }

A builder to configure an HTTP connection.

After setting options, the builder is used to create a Handshake future.

Methods

impl Builder
[src]

[src]

Creates a new connection builder.

[src]

Constructs a connection with the configured options and IO.

Trait Implementations

impl Clone for Builder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Builder
[src]

[src]

Formats the value using the given formatter. Read more