On 13 Jun 2012, at 15:49, Dror Yardeni wrote: > Thanks! > > One more thing. Is it possible to read (place in a temporary buffer) the > content of the returned object? Or just its first 100 bytes? > (for example, if the client requested a small video from the server, can I > somehow inspect the video itself? What is the API?)
You would use a filter for that. The null-filter example provides a template for passing data through, so you'd just want to add code to inspect as much as you want of it. -- Nick Kew