We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9b21c commit 4c0a847Copy full SHA for 4c0a847
types/index.test-d.ts
@@ -30,7 +30,7 @@ app.register(fastifyHttpProxy, {
30
connections: 128,
31
pipelining: 1,
32
keepAliveTimeout: 60 * 1000,
33
- tls: {
+ connect: {
34
rejectUnauthorized: false
35
}
36
},
0 commit comments