jhiesey / stream-http

Streaming node http in the browser
MIT License
354 stars 62 forks source link

Add payload for Microsoft Azure Storage MERGE method #58

Closed XiaoningLiu closed 8 years ago

XiaoningLiu commented 8 years ago

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

jhiesey commented 8 years ago

Thanks!

jhiesey commented 8 years ago

Published in v2.5.0.