express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Interface RequestContext

    interface RequestContext {
        req: Request;
        requestId: string;
        res: Response;
    }
    Index

    Properties

    Properties

    req: Request
    requestId: string
    res: Response