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

Properties

Properties

body: AsyncIterable<Uint8Array>