Constructors
Accessors
Methods
createSecureServer
-
createSecureServer(
options?:
Omit<
ServerOptions<typeof
IncomingMessage,
typeof
ServerResponse>,
"IncomingMessage"
|
"ServerResponse",
>,
):
Server<typeof
BindenRequest,
typeof
BindenResponse>
-
Parameters
-
options:
Omit<
ServerOptions<typeof
IncomingMessage,
typeof
ServerResponse>,
"IncomingMessage"
|
"ServerResponse",
> = {}
createServer
-
createServer(
options?:
Omit<ServerOptions,
"IncomingMessage"
|
"ServerResponse">,
):
Server<typeof
BindenRequest,
typeof
BindenResponse>
-
Parameters
-
options:
Omit<ServerOptions,
"IncomingMessage"
|
"ServerResponse"> = {}
use
-
use(...items:
IStackItem[]):
this
-
Returns this
-
use(path:
string
|
RegExp,
...items:
IStackItem[]):
this
-
Returns this