Closed NeerajGartia21 closed 2 years ago
@NeerajGartia21 I've added some more commits:
Hey! encoding seems to work very well! Awesome!
if it looks good to you I can merge all this into main
It looks fine to me.
merged, thanks @NeerajGartia21 !
Thanks @rigazilla .
This is a follow-up PR of #82 .
The proposed design for put operation in application/x-protostream mediatype is as follows:
client.registerProtostreamType('.awesomepackage.AwesomeMessages',1000042);
var encoded=root.encode(message)
client.put(encoded)
PUT operation on the client can be used by following above steps.
In this PR the functionality of the PUT operation is added. So now PUT operation can be used using application/x-protostream as mediatype.
Next task