Express Middleware - checksum
Express middleware for adding MD5 checksum as response header. If request has checksum header of the same value as response checksum, empty object/array is sent in response body, to save on bandwidth.
Express middleware for adding MD5 checksum as response header. If request has checksum header of the same value as response checksum, empty object/array is sent in response body, to save on bandwidth.
npm i @bdt/checksum
3
1.0.4
ISC