Sign in
bazel
/
continuous-integration
/
2b475677950bc5e9623116bbf21d155a6b1d4c39
/
.
/
actions
/
release-helper
/
node_modules
/
@actions
/
http-client
/
proxy.d.ts
blob: 4599865401c3df96253f09df0e742ac25caab193 [
file
]
export
declare
function
getProxyUrl
(
reqUrl
:
URL
):
URL
|
undefined
;
export
declare
function
checkBypass
(
reqUrl
:
URL
):
boolean
;