I am learning to http
module of nodejs
. I found a section in the documentation that says:
The interface is careful to never buffer entire requests or responses
Does it means that this module is not capable of receiving / sending the whole request / response at once and it receives / sends in chunks instead?