There was an error while loading. Please reload this page.
1 parent 5efb029 commit 1617761Copy full SHA for 1617761
README.md
@@ -146,7 +146,9 @@ async function main() {
146
sdkConfig: {
147
timeout: 30000, // Request timeout in milliseconds (optional)
148
bodyTimeout: 10000, // Body timeout in milliseconds (optional)
149
- dispatcher: new ProxyAgent('http://custom-proxy:8080') // Custom proxy dispatcher (optional)
+ dispatcher: new ProxyAgent("http://proxy:port", {
150
+ requestTls: { rejectUnauthorized: false }
151
+ }) // Custom undici dispatcher (optional)
152
}
153
})
154
0 commit comments