Documentation
    Preparing search index...
    type Req = {
        __: (s: string) => string;
        body: any;
        csrfToken: () => string;
        flash: (flash_type: "warning" | "success", message: string) => void;
        get: (s: string) => string;
        getLocale: () => string;
        headers: GenObj;
        hostname?: string;
        isAuthenticated: () => boolean;
        protocol?: string;
        query: GenObj;
        sessionID?: string;
        user?: AbstractUser;
        xhr: boolean;
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    __: (s: string) => string
    body: any
    csrfToken: () => string
    flash: (flash_type: "warning" | "success", message: string) => void
    get: (s: string) => string
    getLocale: () => string
    headers: GenObj
    hostname?: string
    isAuthenticated: () => boolean
    protocol?: string
    query: GenObj
    sessionID?: string
    xhr: boolean