Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.15k stars 75 forks source link

Stream: seek to the begining of the string on initialization #217

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

This is useful in test env where we usually 'mock' the response

This is resurrecting #98 by @lyrixx

After years of practice, this is still one of the major pain points when using PSR-7. Let's make the life or users less surprising.

Fix #99