@shortcut/client
    Preparing search index...

    Interface ShortcutNodeResponse

    The subset of Node's http.ServerResponse the Node handler uses.

    interface ShortcutNodeResponse {
        statusCode: number;
        end(chunk: string): unknown;
        setHeader(name: string, value: string): unknown;
    }
    Index

    Properties

    Methods

    Properties

    statusCode: number

    Methods

    • Parameters

      • name: string
      • value: string

      Returns unknown