toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
Fetcher
Fetcher
js
open
external
class
Fetcher
Inheritors
DurableObjectStub
Members
Constructors
Fetcher
Link copied to clipboard
js
constructor
(
)
Functions
connect
Link copied to clipboard
js
open
fun
connect
(
address
:
SocketAddress
)
:
Socket
open
fun
connect
(
address
:
String
)
:
Socket
open
fun
connect
(
address
:
SocketAddress
,
options
:
SocketOptions
=
definedExternally
)
:
Socket
open
fun
connect
(
address
:
String
,
options
:
SocketOptions
=
definedExternally
)
:
Socket
fetch
Link copied to clipboard
js
open
fun
fetch
(
input
:
Request
<
Any
,
Any
>
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
URL
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
String
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
Request
<
Any
,
Any
>
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
URL
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
String
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>