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

    Interface MethodArgs

    interface MethodArgs {
        authorized?: string[] | null;
        input?: InputDeclaration;
        interceptors?: Function[];
        location?: { template: string };
        paramTypes?: Function[];
        path: string;
        redirect?: { status?: number; template: string };
        render?: { template: string };
        responseHandlers: ResponseHandlerArgs[];
        returnType?: Function;
        useAfter?: HookEntry[];
        useBefore?: HookEntry[];
        verb: string;
    }
    Index

    Properties

    authorized?: string[] | null
    interceptors?: Function[]
    location?: { template: string }

    shaper metadata

    paramTypes?: Function[]
    path: string
    redirect?: { status?: number; template: string }

    shaper metadata

    render?: { template: string }

    shaper metadata

    responseHandlers: ResponseHandlerArgs[]
    returnType?: Function
    useAfter?: HookEntry[]
    useBefore?: HookEntry[]
    verb: string