aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/node_modules/@actions/http-client/lib/proxy.d.ts
blob: 4599865401c3df96253f09df0e742ac25caab193 (plain) (tree)
1
2

                                                                  
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;