Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
workers/outbound
createEgressProxyFetch
Function createEgressProxyFetch
createEgressProxyFetch
(
binding
:
EgressProxyBinding
,
)
:
{
(
input
:
URL
|
RequestInfo
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
RequestInitCfProperties
>
,
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Parameters
binding
:
EgressProxyBinding
Returns
{
(
input
:
URL
|
RequestInfo
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
RequestInitCfProperties
>
,
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
<
unknown
,
CfProperties
<
unknown
>
>
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...