The expected payload length so that consume knows when to finish. The preferred way is to use the "Content-Length" HTTP response header line, but for simplicity we don't parse the full HTTP header here.
See Implementation
The expected payload length so that consume knows when to finish. The preferred way is to use the "Content-Length" HTTP response header line, but for simplicity we don't parse the full HTTP header here.