We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e8fe5 commit 9f51c85Copy full SHA for 9f51c85
1 file changed
README.md
@@ -89,6 +89,11 @@ interface GitlyOptions {
89
* Set the request headers (default: undefined)
90
*/
91
headers?: RawAxiosRequestHeaders | AxiosHeaders
92
+ /**
93
+ * Sets the hostname, port, and protocol of the proxy server (default: undefined)
94
+ * Falls back to the https_proxy or http_proxy environment variables if not specified
95
+ */
96
+ proxy?: AxiosProxyConfig
97
/**
98
* Set the backend (default: undefined)
99
*
0 commit comments