HTTP PUT - stream

Hi, anybody has ever used pub.client:http with the methods PUT? I have to do a PUT, but if I send the data as a stream (like the post), the PUT method send 0 bytes documents. Anything different that I need to do?

Thanks,
Jeff

Only post is supported for sending data using the data/stream input in the http call. Refer to the Built-in Services reference for more information.