Search
Preparing search index...
The search index is not available
ipfs-pinning-service - vundefined
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ipfs-pinning-service - vundefined
node_modules/@types/connect
Module node_modules/@types/connect
Index
Namespaces
create
Server
Interfaces
Server
Server
Stack
Item
Type aliases
Error
Handle
Function
Handle
Function
Next
Function
Next
Handle
Function
Server
Handle
Simple
Handle
Function
Functions
create
Server
Type aliases
Error
Handle
Function
Error
Handle
Function
:
(
err
:
any
, req
:
IncomingMessage
, res
:
ServerResponse
, next
:
NextFunction
)
=>
void
Type declaration
(
err
:
any
, req
:
IncomingMessage
, res
:
ServerResponse
, next
:
NextFunction
)
:
void
Parameters
err:
any
req:
IncomingMessage
res:
ServerResponse
next:
NextFunction
Returns
void
Handle
Function
Handle
Function
:
SimpleHandleFunction
|
NextHandleFunction
|
ErrorHandleFunction
Next
Function
Next
Function
:
(
err
?:
any
)
=>
void
Type declaration
(
err
?:
any
)
:
void
Parameters
Optional
err:
any
Returns
void
Next
Handle
Function
Next
Handle
Function
:
(
req
:
IncomingMessage
, res
:
ServerResponse
, next
:
NextFunction
)
=>
void
Type declaration
(
req
:
IncomingMessage
, res
:
ServerResponse
, next
:
NextFunction
)
:
void
Parameters
req:
IncomingMessage
res:
ServerResponse
next:
NextFunction
Returns
void
Server
Handle
Server
Handle
:
HandleFunction
|
Server
Simple
Handle
Function
Simple
Handle
Function
:
(
req
:
IncomingMessage
, res
:
ServerResponse
)
=>
void
Type declaration
(
req
:
IncomingMessage
, res
:
ServerResponse
)
:
void
Parameters
req:
IncomingMessage
res:
ServerResponse
Returns
void
Functions
create
Server
create
Server
(
)
:
Server
Create a new connect server.
Returns
Server
Modules
node_
modules/@types/connect
create
Server
Server
Server
Stack
Item
Error
Handle
Function
Handle
Function
Next
Function
Next
Handle
Function
Server
Handle
Simple
Handle
Function
create
Server
Create a new connect server.