The `read()` method fetches request content one byte at a time. This introduces quite a significant overhead. To make it more efficient, the data can be read as a chunk into a read buffer.