Buffer an async byte stream, throwing RequestBodyTooLargeError as soon as the cumulative size exceeds maxBytes (so an oversized body is rejected mid-stream, not after fully buffering it).
RequestBodyTooLargeError
maxBytes
Buffer an async byte stream, throwing
RequestBodyTooLargeErroras soon as the cumulative size exceedsmaxBytes(so an oversized body is rejected mid-stream, not after fully buffering it).