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 107ff4c commit f5ccc50Copy full SHA for f5ccc50
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