Capsium TypeScript API
    Preparing search index...

    Interface ReactorResponse

    A fully-computed response (header names are lowercase).

    interface ReactorResponse {
        body: Uint8Array;
        headers: ReadonlyMap<string, string>;
        status: number;
    }
    Index
    body: Uint8Array
    headers: ReadonlyMap<string, string>
    status: number