kkrpc
Preparing search index...
@kunkun/kkrpc
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
handleRequest
(
reqData
:
string
)
:
Promise
<
string
>
Parameters
reqData
:
string
Returns
Promise
<
string
>
read
read
()
:
Promise
<
null
|
string
>
Returns
Promise
<
null
|
string
>
write
write
(
data
:
string
)
:
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