Struct git_repository::config::tree::Http
source · pub struct Http;
Expand description
The http
top-level section.
Implementations§
source§impl Http
impl Http
sourcepub const SSL_VERSION: SslVersion = _
pub const SSL_VERSION: SslVersion = _
The http.sslVersion
key.
sourcepub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
pub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
The http.proxyAuthMethod
key.
sourcepub const USER_AGENT: String = _
pub const USER_AGENT: String = _
The http.userAgent
key.
sourcepub const EXTRA_HEADER: ExtraHeader = _
pub const EXTRA_HEADER: ExtraHeader = _
The http.extraHeader
key.
sourcepub const FOLLOW_REDIRECTS: FollowRedirects = _
pub const FOLLOW_REDIRECTS: FollowRedirects = _
The http.followRedirects
key.
sourcepub const LOW_SPEED_TIME: UnsignedInteger = _
pub const LOW_SPEED_TIME: UnsignedInteger = _
The http.lowSpeedTime
key.
sourcepub const LOW_SPEED_LIMIT: UnsignedInteger = _
pub const LOW_SPEED_LIMIT: UnsignedInteger = _
The http.lowSpeedLimit
key.
sourcepub const SCHANNEL_USE_SSL_CA_INFO: Boolean = _
pub const SCHANNEL_USE_SSL_CA_INFO: Boolean = _
The http.schannelUseSSLCAInfo
key.
sourcepub const SSL_CA_INFO: Path = _
pub const SSL_CA_INFO: Path = _
The http.sslCAInfo
key.
sourcepub const SCHANNEL_CHECK_REVOKE: Boolean = _
pub const SCHANNEL_CHECK_REVOKE: Boolean = _
The http.schannelCheckRevoke
key.