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.
enableUnixSockets
got
1 parent 79b2d9e commit 7feb8c1Copy full SHA for 7feb8c1
index.js
@@ -54,6 +54,7 @@ class SocketSdk {
54
prefixUrl: baseUrl,
55
retry: { limit: 0 },
56
username: apiKey,
57
+ enableUnixSockets: false, // See https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets
58
headers: {
59
'user-agent': (userAgent ? userAgent + ' ' : '') + createUserAgentFromPkgJson(pkg),
60
},
0 commit comments