You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Is there any particular reason why we would read from the Stream before doing a getBody ?
composer show | grep -E 'jippi|guzzle'
guzzlehttp/guzzle 6.2.3 Guzzle is a PHP HTTP client library
guzzlehttp/promises v1.3.1 Guzzle promises library
guzzlehttp/psr7 1.4.1 PSR-7 message implementation that also provides common utility methods
jippi/vault-php-sdk 2.0.0 SDK to talk with vaultproject.io API
Hi,
When reading from the vault it seems necessary to rewind the stream before reading from it, otherwise it is empty:
Is there any particular reason why we would read from the Stream before doing a getBody ?
Thanks for all the work by the way @jippi