chunk-scatter icon indicating copy to clipboard operation
chunk-scatter copied to clipboard

Analyze and visualize HTTP responses that use chunked encoding

Results 2 chunk-scatter issues
Sort by recently updated
recently updated
newest added

Hi! Because node.js HTTP parser doesn't expose callbacks to hook some actions when receiving chunks, it seems difficult to really detect HTTP chunks. On this matter, see this old PR...

The graph is very useful to see timings of each chunk, but it would be equally useful to see what is the content of the delivered chunk in order to...