node-raw-body

Request body length validation supporting streams - Node.js
  https://github.com/stream-utils/raw-body
  0
  no reviews



This module gets the entire buffer of a stream and validates its length against an expected length. A limit can also be set, preventing memory exhaustion. It is useful for parsing request bodies.

Node.js is an event-based server-side javascript engine.