httpstreambuffer
v0.0.6
Published
Module that buffers incoming HTTP requests' data, allowing parallel treatments
Downloads
3
Readme
node-HttpStreamBuffer
This module is used in order to stream incomming data through an HTTP request It can be useful when some pre-treatments are necessary before receiving some data It buffers incomming data immediately when it's sent, and gives it back through a callback that can be defined later See test.js in order to get more information about its way of working