Skip to content

Commit 9f51c85

Browse files
committed
docs: add proxy option to README
1 parent d9e8fe5 commit 9f51c85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ interface GitlyOptions {
8989
* Set the request headers (default: undefined)
9090
*/
9191
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
9297
/**
9398
* Set the backend (default: undefined)
9499
*

0 commit comments

Comments
 (0)