ideative / verbose-guzzle
Make Guzzle exceptions more versbose, within a TYPO3 CMS context.
Package info
github.com/ideativedigital/verbose-guzzle
Type:typo3-cms-extension
pkg:composer/ideative/verbose-guzzle
1.0.0
2025-09-14 16:23 UTC
Requires
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This tiny TYPO3 extension makes it possible to define the length used for truncating exception messages by the Guzzle HTTP library. By default, the truncation length of Guzzle is 120, which can be frustratingly short.
With this extension, the truncation length can be defined simply as an extension setting, and defaults to 1000 characters.