Struct git2::ProxyOptions [] [src]

pub struct ProxyOptions<'a> { /* fields omitted */ }

Options which can be specified to various fetch operations.

Methods

impl<'a> ProxyOptions<'a>
[src]

[src]

Creates a new set of proxy options ready to be configured.

[src]

Try to auto-detect the proxy from the git configuration.

Note that this will override url specified before.

[src]

Specify the exact URL of the proxy to use.

Note that this will override auto specified before.

Trait Implementations

impl<'a> Default for ProxyOptions<'a>
[src]

[src]

Returns the "default value" for a type. Read more