@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface SimulatorJsonResponse

    JSON response returned by B2Simulator.handleRequest and B2Simulator.handleUpload.

    interface SimulatorJsonResponse {
        body: unknown;
        status: number;
    }
    Index

    Properties

    Properties

    body: unknown

    JSON response body.

    status: number

    HTTP status code.