Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
HTTPServerIO
Class HTTPServerIO
HTTP Server implementation of IoInterface
Implements
IoInterface
Index
Constructors
constructor
Properties
name
Methods
handle
Request
read
write
Constructors
constructor
new HTTPServerIO
(
)
:
HTTPServerIO
Returns
HTTPServerIO
Properties
name
name
:
string
= "http-server-io"
Methods
handle
Request
handle
Request
(
reqData
)
:
Promise
<
string
>
Parameters
reqData
:
string
Returns
Promise
<
string
>
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
handle
Request
read
write
kkrpc
Loading...
HTTP Server implementation of IoInterface