ResponseParser.payload_length

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.

class ResponseParser
size_t payload_length;

Meta