libgit2 v0.25.2 (2020-11-07T16:39:39Z)
Dub
Repo
git_proxy_options
deimos
git2
proxy
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_proxy_options {
uint
version_
;
git_proxy_t
type
;
const
(
char
)*
url
;
git_cred_acquire_cb
credentials
;
git_transport_certificate_check_cb
certificate_check
;
void
*
payload
;
}
Members
Variables
certificate_check
git_transport_certificate_check_cb
certificate_check
;
Undocumented in source.
credentials
git_cred_acquire_cb
credentials
;
Undocumented in source.
payload
void
*
payload
;
Undocumented in source.
type
git_proxy_t
type
;
Undocumented in source.
url
const
(
char
)*
url
;
Undocumented in source.
version_
uint
version_
;
Undocumented in source.
Meta
Source
See Implementation
deimos
git2
proxy
enums
git_proxy_t
functions
git_proxy_init_options
manifest constants
GIT_PROXY_OPTIONS_VERSION
mixins
__anonymous
structs
git_proxy_options
variables
GIT_PROXY_OPTIONS_INIT