@cldn/web-ts - v0.4.0
    Preparing search index...

    Class BufferResponse<A>Abstract

    A response that contains buffered data.

    Type Parameters

    • A

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    buffer: Uint8Array

    Fetch the buffer to send in the response body.

    headers: Headers

    The HTTP response headers to send.

    statusCode: number

    The HTTP response status code to send.

    Methods