Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 944 Bytes

File metadata and controls

36 lines (29 loc) · 944 Bytes
layout default
menu_item api
title Proxy
description Version 0.19.0
return_to
API Documentation Index
/api/
sections
initOptions PROXY
#initOptions
#PROXY

Proxy.initOptions SyncExperimental

var result = Proxy.initOptions(opts, version);
Parameters Type
opts ProxyOptions the options struct to initialize
version Number the version of the struct, use GIT_PROXY_OPTIONS_VERSION
Returns
Number

Proxy.PROXY ENUM

| Flag | Value | | --- | --- | --- | | Proxy.PROXY.NONE | 0 | | Proxy.PROXY.AUTO | 1 | | Proxy.PROXY.SPECIFIED | 2 |