ordspv
    Preparing search index...

    Interface EnvelopeFields

    interface EnvelopeFields {
        bodyChunks?: Uint8Array<ArrayBufferLike>[];
        duplicateField: boolean;
        fields: [Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>][];
        incompleteField: boolean;
    }
    Index
    bodyChunks?: Uint8Array<ArrayBufferLike>[]

    body chunk list; undefined when no body separator was present

    duplicateField: boolean
    fields: [Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>][]

    (tag, value) pairs in payload order

    incompleteField: boolean