Search by

dwo / request_logger

dave

log a request with the corresponding response

dev-master / 1.0.x-dev 2016-07-14 14:56 UTC

This package is not auto-updated.

Last update: 2026-09-17 05:11:15 UTC


README

:TODO:

Example phpunit:

after the $this->client->request(); call

$path = $this->client->getKernel()->getLogDir() .'/requestlogs.log';
$storage = new LogDirStorage($path);
$storage->addEntry(ReqresFactory::create($this->client->getInternalRequest(), $this->client->getInternalResponse()));