We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getAgents
1 parent a1b29d3 commit c4a7a36Copy full SHA for c4a7a36
src/hooks/proxy.ts
@@ -35,7 +35,7 @@ function validateProxyProtocol(protocol: string) {
35
}
36
37
38
-async function getAgents(parsedProxyUrl: URL, rejectUnauthorized: boolean) {
+export async function getAgents(parsedProxyUrl: URL, rejectUnauthorized: boolean) {
39
// Sockets must not be reused, the proxy server may rotate upstream proxies as well.
40
41
const headers: Record<string, string> = {};
0 commit comments