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