Aerys\HttpDriver::parser PHP Method

parser() public method

Note that you *can* rely on keep-alive timeout terminating the Body with a ClientException, when no further data comes in. No need to manually handle that here.
public parser ( Client $client ) : Generator
$client Client
return Generator
    public function parser(Client $client) : \Generator;