Name: | nodejs-raw-body |
Version: | 1.1.4 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 8485 |
License: | MIT |
RPM: |
nodejs-raw-body-1.1.4-1.el7.noarch.rpm
|
Source RPM: |
nodejs-raw-body-1.1.4-1.el7.src.rpm
|
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/stream-utils/raw-body |
Summary: | Get and validate the raw body of a readable stream |
Description: | This module gets the entire buffer of a stream either as a buffer or a string.
It validates the stream's length against an expected length and maximum limit.
It is ideal for parsing request bodies. |