rest-vir - v1.0.0
Preparing search index...
EndpointHandlerParams
Type Alias EndpointHandlerParams
Params for
EndpointHandler
.
Package
@rest-vir/run-service
type
EndpointHandlerParams
=
{
request
:
ServerRequest
;
response
:
ServerResponse
;
route
:
Readonly
<
ImplementedEndpoint
|
ImplementedWebSocket
>
;
}
Index
Properties
request
response
route
Properties
request
request
:
ServerRequest
response
response
:
ServerResponse
route
route
:
Readonly
<
ImplementedEndpoint
|
ImplementedWebSocket
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
request
response
route
rest-vir - v1.0.0
Loading...
Params for EndpointHandler.
Package
@rest-vir/run-service