rest-vir - v1.0.0
    Preparing search index...

    Type Alias EndpointHandlerParams

    Params for EndpointHandler.

    type EndpointHandlerParams = {
        request: ServerRequest;
        response: ServerResponse;
        route: Readonly<ImplementedEndpoint | ImplementedWebSocket>;
    }
    Index

    Properties

    request: ServerRequest
    response: ServerResponse