it
    Preparing search index...

    Interface Part

    interface Part {
        body: AsyncIterable<Uint8Array<ArrayBufferLike>>;
        headers: IncomingHttpHeaders;
    }
    Index

    Properties

    Properties

    body: AsyncIterable<Uint8Array<ArrayBufferLike>>