rest-vir - v2.2.0
    Preparing search index...

    Type Alias HostCreateContextParamsExtras

    Environment-specific extras that the fastify-backed host adds on top of BaseCreateHostContextParams for its createHostContext callback.

    type HostCreateContextParamsExtras = {
        api: ApiImplementation;
        request: ServerRequest;
        response: ServerResponse;
        server: RunningServerInfo;
    }
    Index

    Properties

    request: ServerRequest
    response: ServerResponse