Previously the example printed "Chunk: {}" once after the entire response was received, but the accompanying text read "we read and print the request payload chunk by chunk". The example now prints every chunk as it was received.
* Suppress some warnings on CI * Remove unused imports