@backblaze-labs/b2-mcp
    Preparing search index...

    Function writeWebResponse

    • Stream a Fetch Response into a Node ServerResponse.

      Parameters

      • response: Response

        Fetch response produced by the shared HTTP pipeline.

      • res: ServerResponse

        Node response to write.

      • signal: AbortSignal

        Abort signal tied to the client connection.

      Returns Promise<void>