Struct hyper_proxy::Proxy[][src]

pub struct Proxy { /* fields omitted */ }

A Proxy strcut

Methods

impl Proxy
[src]

Create a new Proxy

Set Proxy authorization

Set a custom header

Get current intercept

Get current Headers which must be sent to proxy

Get proxy uri

Trait Implementations

impl Clone for Proxy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Proxy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Proxy

impl Sync for Proxy