Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
HTTPClientIO
Class HTTPClientIO
HTTP Client implementation of IoInterface
Implements
IoInterface
Index
Constructors
constructor
Properties
name
Methods
read
write
Constructors
constructor
new HTTPClientIO
(
options
)
:
HTTPClientIO
Parameters
options
:
HTTPClientOptions
Returns
HTTPClientIO
Properties
name
name
:
string
= "http-client-io"
Methods
read
read
(
)
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
write
write
(
data
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
read
write
kkrpc
Loading...
HTTP Client implementation of IoInterface