Documentation
    Preparing search index...
    type Res = {
        json: (value: unknown) => void;
        redirect: (url: string) => void;
        send: (contents: string) => void;
        sendWrap: (...contents: any[]) => void;
        status: (http_code: number) => void;
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    json: (value: unknown) => void
    redirect: (url: string) => void
    send: (contents: string) => void
    sendWrap: (...contents: any[]) => void
    status: (http_code: number) => void