dev-master
9999999-dev https://github.com/davewwwwlog a request with the corresponding response
MIT
The Requires
- php >=5.4
- symfony/http-foundation >=2.0
by Dave Www
log request response
Wallogit.com
2017 © Pedro Peláez
log a request with the corresponding response
:TODO:, (*1)
after the $this->client->request(); call, (*2)
$path = $this->client->getKernel()->getLogDir() .'/requestlogs.log'; $storage = new LogDirStorage($path); $storage->addEntry(ReqresFactory::create($this->client->getInternalRequest(), $this->client->getInternalResponse()));
log a request with the corresponding response
MIT
log request response