pub struct Http;
Expand description
The Http
sub-section.
Implementations§
source§impl Http
impl Http
sourcepub const VERBOSE: Boolean = _
pub const VERBOSE: Boolean = _
The gitoxide.http.verbose
key.
If set, curl will be configured to log verbosely.
sourcepub const CONNECT_TIMEOUT: DurationInMilliseconds = _
pub const CONNECT_TIMEOUT: DurationInMilliseconds = _
The gitoxide.http.connectTimeout
key.
sourcepub const SSL_VERSION_MIN: SslVersion = _
pub const SSL_VERSION_MIN: SslVersion = _
The gitoxide.http.sslVersionMin
key.
sourcepub const SSL_VERSION_MAX: SslVersion = _
pub const SSL_VERSION_MAX: SslVersion = _
The gitoxide.http.sslVersionMax
key.
sourcepub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
pub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
The gitoxide.http.proxyAuthMethod
key.
Trait Implementations§
source§impl Section for Http
impl Section for Http
source§fn keys(&self) -> &[&dyn Key]
fn keys(&self) -> &[&dyn Key]
The keys directly underneath it for carrying configuration values.
source§fn parent(&self) -> Option<&dyn Section>
fn parent(&self) -> Option<&dyn Section>
The parent section if this is a statically known sub-section.
source§fn sub_sections(&self) -> &[&dyn Section]
fn sub_sections(&self) -> &[&dyn Section]
The list of sub-section names, which may be empty if there are no statically known sub-sections.