@voidmerge/doc
    Preparing search index...

    Class ResponseFnOk

    Success response type for a function request.

    Index

    Constructors

    Properties

    Constructors

    • Construct a new FnOk response instance.

      Parameters

      • input: { body: Uint8Array; headers?: { [header: string]: string }; status: number }

      Returns ResponseFnOk

    Properties

    body: Uint8Array

    Response body.

    headers: { [header: string]: string }

    Response headers.

    status: number

    Status code (i.e. 200).

    type: "fnResOk"

    Type marker.