enum Agate::ProxyType

Overview

The type of proxy to use for network operations.

Defined in:

agate/proxy.cr

Enum Members

None = 0

Do not attempt to connect through a proxy.

Auto = 1

Auto-detect the proxy from the git configuration.

Specified = 2

Connect via the URL given in the options.

Instance Method Summary

Instance Method Detail

def auto? #

Returns true if this enum value equals Auto


[View source]
def none? #

Returns true if this enum value equals None


[View source]
def specified? #

Returns true if this enum value equals Specified


[View source]