Struct hyper_proxy::Proxy [] [src]

pub struct Proxy { /* fields omitted */ }

A Proxy strcut

Methods

impl Proxy
[src]

[src]

Create a new Proxy

[src]

Set Proxy authorization

[src]

Set a custom header

[src]

Get current intercept

[src]

Get current Headers which must be sent to proxy

[src]

Get proxy uri

Trait Implementations

impl Clone for Proxy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Proxy
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Proxy

impl !Sync for Proxy