In Microsoft Azure Storage Table REST Services, merging entity depends on the HTTP MERGE method as well as the payload.
Current version of stream-http doesn't make up payload for MERGE method. Add the payload support for MERGE method.
Related resources:
The Merge Entity operation updates an existing entity by updating the entity's properties. This operation does not replace the existing entity, as the Update Entity operation does.
In Microsoft Azure Storage Table REST Services, merging entity depends on the HTTP MERGE method as well as the payload.
Current version of stream-http doesn't make up payload for MERGE method. Add the payload support for MERGE method.
Related resources:
The Merge Entity operation updates an existing entity by updating the entity's properties. This operation does not replace the existing entity, as the Update Entity operation does.
https://msdn.microsoft.com/en-us/library/azure/dd179392.aspx