uploadPieceStreamingHandler
uploadPieceStreamingHandler(
uuid,options):HttpHandler
Defined in: packages/synapse-core/src/mocks/pdp.ts:176
Creates a handler for uploading piece data via streaming protocol PUT /pdp/piece/uploads/:uuid - streams piece data
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
uuid | string |
options | PDPMockOptions |
Returns
Section titled “Returns”HttpHandler