This extension adds a new panel to Tracy Bluescreen for Guzzle HTTP client.
When Guzzle exception occures, it will log full request/response body and headers. It will also pretty print the body when the content type is application/json.
composer require daku/nette-guzzle-bluescreen
Register the extension in config.neon:
extensions:
guzzleBluescreen: Daku\Nette\Guzzle\GuzzleBlueScreenExtension
guzzleBluescreen:
# Set maximum body length (in kB) that will be logged, if exceeded the body will be truncted. Default is 100 kB.
maxBodyLength: 200
# Enable/disable pretty print of json responses. Default is true.
prettyPrint: false
PHP >= 7.1
Nette >= 2.4