Module that buffers incoming HTTP requests' data, allowing parallel treatments
npm install httpstreambuffernode-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