Skip to main content

QEndpointCallingParameters

@quik/http


@quik/http / QEndpointCallingParameters

Type Alias: QEndpointCallingParameters<TRoute, TRequest, TResponse, THandler>

QEndpointCallingParameters<TRoute, TRequest, TResponse, THandler> = object

Defined in: http/src/router/endpoint/types.ts:82

Type Parameters

TRoute

TRoute extends QRoute = QRoute

TRequest

TRequest extends IncomingMessage = IncomingMessage

TResponse

TResponse extends ServerResponse = ServerResponse

THandler

THandler = unknown

Properties

endpoint

endpoint: IQEndpointDefinition

Defined in: http/src/router/endpoint/types.ts:89


next?

optional next?: THandler

Defined in: http/src/router/endpoint/types.ts:93


path

path: string

Defined in: http/src/router/endpoint/types.ts:88


request

request: TRequest

Defined in: http/src/router/endpoint/types.ts:91


response

response: TResponse

Defined in: http/src/router/endpoint/types.ts:92


route

route: TRoute

Defined in: http/src/router/endpoint/types.ts:90