Aerys\HttpDriver::parser PHP Méthode

parser() public méthode

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
Résultat Generator
    public function parser(Client $client) : \Generator;