Discord.https - v3.0.16
    Preparing search index...

    Interface HttpAdapterSererResponse

    Represents a response object for an HTTP adapter.

    interface HttpAdapterSererResponse {
        headersSent: boolean;
        end(chunk?: string | Uint8Array<ArrayBufferLike>): void;
        writeHead(status: number, headers?: Record<string, string>): void;
    }
    Index

    Properties

    Methods

    Properties

    headersSent: boolean

    Methods

    • Parameters

      • Optionalchunk: string | Uint8Array<ArrayBufferLike>

      Returns void

    • Parameters

      • status: number
      • Optionalheaders: Record<string, string>

      Returns void