@openhps/socket
Preparing search index...
ServerOptions
Class ServerOptions
Index
Constructors
constructor
Properties
middleware?
path
srv
Constructors
constructor
new
ServerOptions
()
:
ServerOptions
Returns
ServerOptions
Properties
Optional
middleware
middleware
?:
(
(
socket
:
Socket
,
next
:
(
err
?:
ExtendedError
)
=>
void
)
=>
void
)
[]
= []
path
path
:
string
= '/'
srv
srv
:
|
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
|
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
|
Server
<
DefaultEventsMap
,
DefaultEventsMap
,
DefaultEventsMap
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
middleware
path
srv
@openhps/socket
Loading...