Description
Byte streams can be buffered temporarily for Perl applications that need to replay or inspect content. Developers use it in web frameworks, upload handlers, and middleware that need stream data after it has been read. Buffered data may contain private request or file contents.